An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          



Mohist website

### The front-end website for MohistMC

![Next.js](https://img.shields.io/badge/next.js-000000?style=for-the-badge&logo=nextdotjs&logoColor=white)
![Typescript](https://img.shields.io/badge/typescript-007ACC?style=for-the-badge&logo=typescript&logoColor=white)
![nextra](https://img.shields.io/badge/nextra-FF6A6A?style=for-the-badge&logo=nextra&logoColor=white)
![flowbite](https://img.shields.io/badge/flowbite-FFFA5A?style=for-the-badge&logo=flowbite&logoColor=white)
![License](https://img.shields.io/github/license/MohistMC/Website?style=for-the-badge)

## 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.