An open API service indexing awesome lists of open source software.

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

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!

![Wingspan Helper Screenshot](https://github.com/greengiraffe/wingspan-helper/assets/9062294/8aba9eb1-5aa7-4fee-8cde-b64bf4717cc7)

## 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