A simple project aided by sonnet claude 3.5 with some arcade games including: 1.
To build the project follow the steps below.
After cloning the project install dependencies with:
npm install
Then you can run the project with either:
npm run dev
# or start the server and open the app in a new browser tab
npm run dev -- --open
The project is deployed in static form, at the moment the deploy is for git only it might work on other system, by following the deploy workflow .yml.
Most of the heavy lifting is already done, the yml can be used in any svletekit project you are free to take it. Only thing remaining is you make sure deployment by git is active, go to repo settings->page