Skip to content

clovercharms/fuyo-clicker

Repository files navigation

Fuyo Clicker!

Fuyo

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.

Instructions

To start developing with the project, first install the required dependencies:

npm install

Afterwards to start developing, run the following:

npm run dev

Configuration

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.

Build

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

Closing

If there are any further questions and remarks, feel free to reach on discord on the #programming-work channel!

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published