A mobile and browser-friendly original word game. The goal is to use all letters on the board in as few 5-letter words as possible.
- Vue 2
- Vuex Store
- Vue Router
For development, you will need npm and Vue.js installed on your environment. To run the Wordcraft app on your local machine, follow these instructions:
git clone https://github.com/jackieodonnell/Wordcraft.git
cd Wordcraft
npm install
All the npm commands are defined in the "scripts" section of package.json.
npm run serve
npm run build
npm run lint