- Clone Repo and
cd royal-rangers-v2
- Run
npm install
- Split Terminal or Open a second terminal tab
- Run
npm run dev-server
in one tab (Must be run first) - In the second tab
cd
to the cloned repo and runnpm start
- Login is not currently funtional, simple select 'Log In' to access the application.
- Still Pending Auth 0 Integration (Allowing Social Log in/Sign up)
- Routing has not yet been implemented.
- Will handle routing after completion of the events database connection.