This is the source code for the LethalModding.com website. This is based on the Next.JS framework, and uses Material UI for styling.
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
You can run the server locally with the following command:
yarn run dev -p 9000
- TypeScript Documentation - learn about TypeScript features.
- TypeScript Tutorial - assumes you know JavaScript already.
- Next.js Documentation - learn about Next.js features and API.
- Learn Next.js - an interactive Next.js tutorial.
- Next.js GitHub Repository
- Material UI Components - index of Material UI components.
- Getting Started with Material UI - learning resources for Material UI.
- Material UI GitHub Repository