katbin/README.md
CyberJalagam e9d82c24c9
readme: Fix typo
Change-Id: I9531ff6bc295af265f87a5216c8c9a7523fb2d3e
Signed-off-by: CyberJalagam <rbinternationalnetwork@gmail.com>
2021-09-09 05:20:17 +00:00

878 B

Katbin

To start your Phoenix server:

  • Copy config/dev.secret.sample.exs to config/dev.secret.exs
  • Fill in the SMTP and database configuration in config/dev.secret.exs
  • Install dependencies with mix deps.get
  • Create and migrate your database with mix ecto.setup
  • 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