Skip to content

LethalModding/LethalModding.com

Repository files navigation

LethalModding.com Website

CodeQL Analysis Workflow Status License

This is the source code for the LethalModding.com website. This is based on the Next.JS framework, and uses Material UI for styling.

Getting Started

First-Time Setup

If this is your first time using NodeJS, you should install Yarn to work with this project:

(You only need to do this once per system you develop on.)

npm install -g yarn

Then, we can clone the repository into a path of your choosing:

git clone https://github.com/LethalModding/LethalModding.com.git LethalModding.com
cd LethalModding.com

Finally, install the dependencies using yarn.

yarn install

Running the Dev Server

You can run the server locally with the following command:

yarn run dev -p 9000

Learn More

TypeScript

Next.JS

Material UI