Skip to content

greengiraffe/wingspan-helper

Repository files navigation

Wingspan Helper

A digital scoresheet for the beautiful boardgame Wingspan.

🌐 Available in English, German and Chinese (thanks to @LeoQuote)

➡️ Try it out at https://wingspan-helper.vercel.app/

✨ You can add the app to your homescreen and use it offline if you want!

Wingspan Helper Screenshot

Credits

This is an independent open source project, it is not related to Stonemaier Games or the original boardgame Wingspan in any way.

The graphic of the scissor-tailed flycatcher used as the app icon and for the site header is based on the original artwork by Natalia Rojas.

The handwritten typeface used is Cardenio Modern by Nils Cordes.

License

This project is licensed under the terms of the MIT license. Feel free to contribute here on GitHub by creating bug reports or pull requests.

Development

The website is a single page application based on Vue.js and Vite.

Project setup

You need to have Yarn installed.

# clone the repository
git clone https://github.com/greengiraffe/wingspan-helper.git

# change into the project folder
cd wingspan-helper

# Setup all dependencies
yarn install

# Run the development server
yarn dev

Commands

  • yarn dev – Compiles and hot-reloads for development
  • yarn build – Compiles and minifies for production
  • yarn serve – Serves the production build
  • yarn lint – Lints and fixes files