No description
Find a file
dependabot[bot] 4aa4f766c6
Bump webpack from 5.75.0 to 5.76.0 in /assets (#11)
Bumps [webpack](https://github.com/webpack/webpack) from 5.75.0 to 5.76.0.
- [Release notes](https://github.com/webpack/webpack/releases)
- [Commits](https://github.com/webpack/webpack/compare/v5.75.0...v5.76.0)

---
updated-dependencies:
- dependency-name: webpack
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-03-15 11:30:18 +01:00
assets Bump webpack from 5.75.0 to 5.76.0 in /assets (#11) 2023-03-15 11:30:18 +01: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