No description
Find a file
dependabot[bot] 3d258b2302
Bump node-sass from 4.14.1 to 7.0.0 in /assets
Bumps [node-sass](https://github.com/sass/node-sass) from 4.14.1 to 7.0.0.
- [Release notes](https://github.com/sass/node-sass/releases)
- [Changelog](https://github.com/sass/node-sass/blob/master/CHANGELOG.md)
- [Commits](https://github.com/sass/node-sass/compare/v4.14.1...v7.0.0)

---
updated-dependencies:
- dependency-name: node-sass
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-02-11 02:26:25 +00:00
assets Bump node-sass from 4.14.1 to 7.0.0 in /assets 2022-02-11 02:26:25 +00: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