Skip to content

Latest commit

 

History

History
24 lines (18 loc) · 973 Bytes

README.md

File metadata and controls

24 lines (18 loc) · 973 Bytes

ExHub

To start your Phoenix app:

  • Set up a Github application
  • Rename dev.example.exs to dev.exs
  • Configure your database
  • Install dependencies with mix deps.get
  • Install javascript dependencies with nmp install
  • Create and migrate your database with mix ecto.create && mix ecto.migrate
  • Start Phoenix endpoint with GITHUB_CLIENT_ID=... GITHUB_CLIENT_SECRET=... mix phoenix.server
  • Start webpack with npm start

Now you can visit localhost:4000 from your browser.

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

Learn more