Run these commands in a terminal:
git clone git@github.com: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.
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.
How to Contribute to Open Source offer's the best advice.
- Fork it!
- Create your feature branch:
git checkout -b cool-new-feature
- Commit your changes:
git commit -am 'Added a cool feature'
- Push to the branch:
git push origin cool-new-feature
- Create new Pull Request.