First run bun i
to install the dependencies needed to run this project.
To run the dev server run the bun dev
command and the dev server will be up at localhost:8000
To add a game you first need
- Put the game assets in the right folder in the public/ directory, if the category is not there please add the folder with the category name
- Please get an image of the game, it can be a screenshot of gameplay or an official image but must be a webp.
- Finally add it to the
list.json
file in thesrc/
folder
After doing this you will need to restart the server to see changes.