No description
Find a file
dependabot[bot] daafab5b04
Bump @babel/traverse from 7.14.7 to 7.23.2 in /assets (#14)
Bumps [@babel/traverse](https://github.com/babel/babel/tree/HEAD/packages/babel-traverse) from 7.14.7 to 7.23.2.
- [Release notes](https://github.com/babel/babel/releases)
- [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md)
- [Commits](https://github.com/babel/babel/commits/v7.23.2/packages/babel-traverse)

---
updated-dependencies:
- dependency-name: "@babel/traverse"
  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-17 12:17:36 +02:00
assets Bump @babel/traverse from 7.14.7 to 7.23.2 in /assets (#14) 2023-10-17 12:17:36 +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