Skip to content

Latest commit

 

History

History
38 lines (30 loc) · 1.19 KB

README.md

File metadata and controls

38 lines (30 loc) · 1.19 KB

TeamAsh

Requirements

Setup

Run these commands in a terminal:

git clone [email protected]:launchscout/team_ash.git
cd team_ash
asdf install
mix setup

To start your Phoenix server:

mix phx.server

Or inside IEx with: iex -S mix phx.server

Now you can visit localhost:4000 from your browser.

Registering

With the server running visit: localhost:4000/register

After registering, a local session is created authenticating and authorizing requests until the server is restarted or browser cache cleared. See: lib/team_ash_web/router.ex for valid routes.

Contributing

How to Contribute to Open Source offer's the best advice.

tl;dr

  1. Fork it!
  2. Create your feature branch: git checkout -b cool-new-feature
  3. Commit your changes: git commit -am 'Added a cool feature'
  4. Push to the branch: git push origin cool-new-feature
  5. Create new Pull Request.