1.5 KiB
1.5 KiB
Crabfit 
Align your schedules to find the perfect time that works for everyone.
Setup
- Clone the repo.
- Run
yarnin both folders. - Run
node index.jsin the backend folder to start the API. - Run
yarn startin the frontend folder to start the front end.
Browser extension
The browser extension in crabfit-browser-extension can be tested by first running the frontend, and changing the iframe url in the extension's popup.html to match the local Crab Fit. Then it can be loaded as an unpacked extension in Chrome to test.
Deploy
Frontend
- In the frontend folder
cd crabfit-frontend - Run
./deploy.shto compile and deploy.
Backend
- Deploy the backend
cd crabfit-backend && gcloud app deploy --project=crabfit - Deploy the endpoints service
cd crabfit-backend && gcloud endpoints services deploy swagger.yaml
Browser extension
Compress everything inside the crabfit-browser-extension folder and use that zip to deploy using Chrome web store and Mozilla Add-on store.