https://github.com/greengiraffe/wingspan-helper
A digital scoresheet for the boardgame Wingspan
https://github.com/greengiraffe/wingspan-helper
boardgame scoresheet single-page-application spa vue wingspan wingspan-helper
Last synced: 5 months ago
JSON representation
A digital scoresheet for the boardgame Wingspan
- Host: GitHub
- URL: https://github.com/greengiraffe/wingspan-helper
- Owner: greengiraffe
- License: mit
- Created: 2019-07-24T12:52:20.000Z (almost 7 years ago)
- Default Branch: main
- Last Pushed: 2025-04-16T22:10:11.000Z (about 1 year ago)
- Last Synced: 2025-10-08T10:50:01.757Z (8 months ago)
- Topics: boardgame, scoresheet, single-page-application, spa, vue, wingspan, wingspan-helper
- Language: Vue
- Homepage: https://wingspan-helper.vercel.app/
- Size: 1.54 MB
- Stars: 32
- Watchers: 0
- Forks: 10
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# Wingspan Helper
A digital scoresheet for the beautiful boardgame [Wingspan](https://stonemaiergames.com/games/wingspan/).
:globe_with_meridians: Available in English, German, Chinese (provided by @LeoQuote), Dutch (provided by @pdcleyn) and Ukrainian (provided by @dmytrohoi).
:arrow_right: Try it out at https://wingspan-helper.vercel.app/
:sparkles: You can add the app to your homescreen and use it offline if you want!

## 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](https://www.nataliarojasart.com/).
The handwritten typeface used is Cardenio Modern by [Nils Cordes](http://nilscordes.com/).
## 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](https://vuejs.org/) and [Vite](https://vitejs.dev/).
### Project setup
You need to have [Yarn](https://yarnpkg.com/en/) installed.
```sh
# 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