Skip to content

WillsterJohnson/mcjty-website

 
 

Repository files navigation

McJty Website

The McJty Website. Maker of RFTools, McJtyLib, Deep Resonance, and Gear Swapper.

McJty Website

Setup

Make sure you have the correct Node.js version installed (v20). This can be made easy by using nvm (or on Windows nvm-windows).

To set the correct node version:

nvm use

Ensure you have pnpm installed:

npm install -g pnpm

To install dependencies:

pnpm install

Formatting

To format all files in the project:

pnpm format

Running Commands

All commands for the sub projects are available in the root package.json. To run a command in a sub project, use the following syntax:

pnpm www <command>
# or
pnpm redirector <command>

About

mcjty-website

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 93.1%
  • CSS 5.9%
  • JavaScript 1.0%