This is just a collection of random tools made by me, BellCube. Nothing special!
To set up your environment, you need to install the following tools:
Once those tools are installed, clone this repository and run the following command in the root of the project:
pnpm installThis will install all the dependencies for the project.
Once that's done, you can run the following command to start the development server:
pnpm run devAlternatively, you can run the following command to build the project:
pnpm run buildThe built output can be found in the out/ directory. You can run the following command to start a local server to view the built output:
pnpm exec serve out