A colour category randomiser for the board game Articulate.
- Author: Phil Lennon
- Source: github.com/fephil/articulate-spinner
- Issues and Suggestions: github.com/fephil/articulate-spinner/issues
- Twitter: @frontendphil
- Email: enquiry@phil.dev
- Trello Life List http://bit.ly/life-list
Available Online: https://articulate-spinner.vercel.app.
A very quick MVP.
- Node 12 Required on your machine,
- Run
npm i
in the project folder.
npm run develop
- Spin up the project locally with live reload on changes.npm run build
- Build a production ready version of the project, available in the_site
folder for deployment.