https://github.com/mohistmc/mohistmc-frontend
The MohistMC's frontend website
https://github.com/mohistmc/mohistmc-frontend
nextjs nodejs website
Last synced: about 1 year ago
JSON representation
The MohistMC's frontend website
- Host: GitHub
- URL: https://github.com/mohistmc/mohistmc-frontend
- Owner: MohistMC
- License: agpl-3.0
- Created: 2023-05-13T23:31:13.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2025-03-29T21:51:42.000Z (over 1 year ago)
- Last Synced: 2025-04-05T20:48:13.915Z (about 1 year ago)
- Topics: nextjs, nodejs, website
- Language: TypeScript
- Homepage: https://mohistmc.com
- Size: 4.07 MB
- Stars: 3
- Watchers: 0
- Forks: 6
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Mohist website
### The front-end website for MohistMC





## About
This is the new front-end website for MohistMC, built with Next.js and Typescript.
It's still under development, feel free to contribute!
## Getting Started
First, clone the repository and install the dependencies:
```bash
git clone -b frontend https://github.com/MohistMC/Website.git
cd Website
npm install
```
How to run the development server:
```bash
npm run dev
# or
yarn dev
# or
pnpm dev
```
Open [http://localhost:3000](http://localhost:3000) with your browser to see the result.
## Remarks
- With the current configuration and because Nextra needs pages folder, the 404 page does not work in a development environment.