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!
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.
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.
The website is a single page application based on Vue.js and Vite.
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
yarn dev
– Compiles and hot-reloads for developmentyarn build
– Compiles and minifies for productionyarn serve
– Serves the production buildyarn lint
– Lints and fixes files