Project: Clitter Clicks
A Pet Care Simulator and AFK Clicker
Originally written in HTML, CSS, and Javascript
Now rewritten using Typescript, React, and built with Vite
https://stardriftowl.github.io/CSS481-CritterClicks/ (not working)
https://css-481-critter-clicks.vercel.app/
This project doesn't include dependencies and devDependencies (since that would take up a lot of storage), so run the following commands:
npm install - installs required dependencies
npm run dev - run project locally
npm run build - compile project
- VSCode > Settings
- Look up
files exclude - Delete
node_modulessince VSCode ignores files that are listed in.gitignore
(Refer to screenshot) - (Optional) You may need to re-run commands from build-instructions.
