Skip to content

spotten-nu/spotten

Repository files navigation

Build status

Spotten

Skydiving exit-point calculator. Hosted on spotten.nu.

Installing and running locally

  1. Install Node.js v20. (E.g. by first installing Node Version Manager and then running nvm install 20; nvm use.)
  2. Install dependencies: npm install
  3. Start the development server: npm start
  4. Open a web browser at http://localhost:8080/.

Contributing

  1. Fork the repository.
  2. Follow the steps under Installing and running locally.
  3. Hack away.
  4. Run npm run eslint && npm run prettier before committing.
  5. Write a good commit message.
  6. Open a pull request.

Deploying to spotten.nu

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.