Find a file
2021-06-01 14:29:09 +10:00
crabfit-backend Use GAE standard for the backend, no endpoints service 2021-05-23 14:04:33 +10:00
crabfit-browser-extension Loader for extension popup 2021-04-20 20:09:11 +10:00
crabfit-frontend Paypal logo in donate popup 2021-06-01 14:29:09 +10:00
.gitignore Loader for extension popup 2021-04-20 20:09:11 +10:00
LICENSE Add GNU GPLv3 license 2021-05-26 18:51:18 +10:00
README.md Add GNU GPLv3 license 2021-05-26 18:51:18 +10:00

Crabfit avatar

Align your schedules to find the perfect time that works for everyone. Licensed under the GNU GPLv3.

Crab Fit - Use your availability to find a time that works for everyone | Product Hunt

Setup

  1. Clone the repo.
  2. Run yarn in both backend and frontend folders.
  3. Run node index.js in the backend folder to start the API.
  4. Run yarn start in 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

  1. In the frontend folder cd crabfit-frontend
  2. Run ./deploy.sh to compile and deploy.

Backend

  1. In the backend folder cd crabfit-backend
  2. Deploy the backend gcloud app deploy --project=crabfit --version=v1

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.