Revitalized the original Play2Learn project with the Anagram Hunt game as a Vue app, for part of my Full Stack Software Developer Course. This project aims to create an educational website as a coursework assignment.
I appreciate your time in exploring this project. Enjoy playing the math and anagram games!
Initial Setup
To set up the project dependencies, run:
npm install
For Development
To compile and enable hot-reloads during development, execute:
npm run serve
For Production
To compile and minify the project for production deployment, use:
npm run build
Testing
To run your project tests, enter:
npm run test
Linting
To lint and automatically fix files in the project, execute:
npm run lint
Again, thank you for your interest in the Play2Learn games project. Enjoy your coding and gameplay experience!