Instructions for Mac, Windows, Linux
1. Clone this repository
git clone https://github.com/dcsil/blockcomet-frontend
2. Run bin/bootstrap (Ensure you are in the root folder)
This should install the languages and frontend dependencies
./bin/bootstrap
3. Go to app/client and run the start_app script
https://localhost:3001 should have the web app
cd client
./start_app.sh
For all frontend tests (From root folder):
./bin/test
For all frontend tests with coverage (From root folder):
./bin/test_coverage
- webapp tests (Ensure inside client folder):
yarn test
The repository for our backend is https://github.com/dcsil/blockcomet-dev Please clone that and follow setup instructions to run our server.