Skip to content

Latest commit

 

History

History
executable file
·
33 lines (27 loc) · 1.48 KB

File metadata and controls

executable file
·
33 lines (27 loc) · 1.48 KB

Bell's Random Tools

Components made with React Built with Next.js Packages managed via pnpm Commit Formatting dictated by gitmoji

This is just a collection of random tools made by me, BellCube. Nothing special!

Setting Up Your Environment

To set up your environment, you need to install the following tools:

  • Node.js (LTS version recommended)
  • pnpm (a speedy package manager for Node.js)

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