No description
Find a file
dependabot[bot] c0ce38e79d
Bump postcss from 8.4.19 to 8.4.31 in /assets (#13)
Bumps [postcss](https://github.com/postcss/postcss) from 8.4.19 to 8.4.31.
- [Release notes](https://github.com/postcss/postcss/releases)
- [Changelog](https://github.com/postcss/postcss/blob/main/CHANGELOG.md)
- [Commits](https://github.com/postcss/postcss/compare/8.4.19...8.4.31)

---
updated-dependencies:
- dependency-name: postcss
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-10-07 16:07:59 +02:00
assets Bump postcss from 8.4.19 to 8.4.31 in /assets (#13) 2023-10-07 16:07:59 +02:00
config working chat 2021-09-16 17:02:05 +02:00
lib working chat 2021-09-16 17:02:05 +02:00
priv/gettext working chat 2021-09-16 17:02:05 +02:00
test working chat 2021-09-16 17:02:05 +02:00
.formatter.exs working chat 2021-09-16 17:02:05 +02:00
.gitignore working chat 2021-09-16 17:02:05 +02:00
mix.exs working chat 2021-09-16 17:02:05 +02:00
mix.lock working chat 2021-09-16 17:02:05 +02:00
README.md working chat 2021-09-16 17:02:05 +02:00

Chat

Ephemeral Chat Application built using Phoenix and Elixir

Getting Started

To start your Phoenix server:

  • Install dependencies with mix deps.get
  • Install Node.js dependencies with npm install inside the assets directory
  • Start Phoenix endpoint with mix phx.server

Now you can visit localhost:4000 from your browser.

Ready to run in production? Please check our deployment guides.

Learn more