Find a file
2023-05-16 02:23:57 +10:00
.github Rename main folders and write sql backend adaptor 2023-05-11 17:04:17 +10:00
api Update API version 2023-05-16 02:23:57 +10:00
browser-extension Rename main folders and write sql backend adaptor 2023-05-11 17:04:17 +10:00
frontend Rename main folders and write sql backend adaptor 2023-05-11 17:04:17 +10:00
.gitignore Update API version 2023-05-16 02:23:57 +10:00
dispatch.yaml Set up app engine dispatch rules 2022-08-19 15:52:10 +10:00
LICENSE Add GNU GPLv3 license 2021-05-26 18:51:18 +10:00
README.md Include documentation for API and subcrates 2023-05-15 23:51:12 +10:00

Crab Fit avatar

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

Contributing

Bugs or feature requests

If you find any bugs or have a feature request, please create an issue by clicking here.

🌐 Translations

If you speak a language other than English and you want to help translate Crab Fit, fill out this form: https://forms.gle/azz1yGqhpLUka45S9

Setup

  1. Clone the repo and ensure you have node, yarn and rust installed on your machine.
  2. Run yarn in frontend folder to install dependencies, then yarn dev to start the dev server.
  3. Run cargo run in the api folder to start the API.

🔌 Browser extension

The browser extension in 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

Deployments are managed with GitHub Workflows.

To deploy cron jobs (i.e. monthly cleanup of old events), run gcloud app deploy cron.yaml.

🔌 Browser extension

Compress everything inside the browser-extension folder and use that zip to deploy using Chrome web store and Mozilla Add-on store.