Frontend repository for Squadster. Check the API repo for more info.
Clone this repo:
git clone https://github.com/squadster/squadster-frontend.git
cd squadster-frontend
Install dependencies:
yarn install
Then edit .env
file and change variables if needed.
That's all, now you can run development server with yarn start
.
There are no tests yet. The command to run interactive testing is:
yarn test
We use GitHub packages for deployment.
Check out Dockerfile and this repo for more information.
Also check the React deployment guides.
Your ideas and wishes are welcome via issues and pull requets.
Check contributing guidelines for more info.
List of contributors available in the main API repo.