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 install
This 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 dev
Alternatively, you can run the following command to build the project:
pnpm run build
The 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