Skip to content

launchscout/team_ash

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

Moving bits of team app to Ash

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published