This project is a web-based literacy game focused on helping Latinx elementary-aged students get used to practicing numbers in real-life scenarios to reduce the anxiety surrounding math and numbers.
In order to clone code and work on it yourself you need to follow the following steps.
- clone the repo
- in the terminal of the local repo type "npm install"
With this done you can use the following commands...
npm run dev //will run a version of the site locally
npm run build //will build the site
Make sure you're on the dev branch if you're making changes! (Email John if your having trouble with this)