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, install Bun to work with this project: bun.sh.
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.comFinally, install the dependencies.
bun installYou can run the server locally with the following command:
bun 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