This is the main repository for the Fuyo Clicker fangame, it's based on the
react-ts
template of Vite and uses
React combined with
Typescript to develop a single page app.
To start developing with the project, first install the required dependencies:
npm install
Afterwards to start developing, run the following:
npm run dev
This project uses eslint and prettier to ensure consistent code styling and to prevent any issues while collaborating with multiple people.
To detect any issues with the current code, run the following:
npm run lint
Please configure your editors to integrate eslint and prettier into your development workflow to prevent any future issues.
To create a production build of the project, run the following command:
npm run build
You can preview the results of the build using the following command:
npm run preview
If there are any further questions and remarks, feel free to reach on discord
on the #programming-work
channel!