Colori is a simple Web-based game in which the player tries to match the colors in the different shapes to gain points and unlock levels
You just need NodeJs to run this project
To install, simply clone the repo or download it then "npm install"
git clone
cd colori
npm install
For development run:
npm run dev # you will be able to access it from other devices on your local network as well
For production
npm run build
Note that the vite config was modified so that the project can be hosted with a URI prefix as well
- Bill CODJIA - CodeWilly
This project is licensed under the MIT License - see the LICENSE.md file for details