Skip to content

Latest commit

 

History

History
58 lines (37 loc) · 1.92 KB

README.md

File metadata and controls

58 lines (37 loc) · 1.92 KB

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