Skydiving exit-point calculator. Hosted on spotten.nu.
- Install Node.js v20. (E.g. by first installing
Node Version Manager and then running
nvm install 20; nvm use
.) - Install dependencies:
npm install
- Start the development server:
npm start
- Open a web browser at http://localhost:8080/.
- Fork the repository.
- Follow the steps under Installing and running locally.
- Hack away.
- Run
npm run eslint && npm run prettier
before committing. - Write a good commit message.
- Open a pull request.
Changes are deployed automatically using GitHub Actions when a change is pushed to master
. See
build.yaml for details.
The site is hosted on GitHub Pages . There is no server-side code - just static contents.