8000 GitHub - MakcuTeam/Website: Makcu Official Website
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

MakcuTeam/Website

Repository files navigation

Makcu Project

Project Introduction

This project is the official website of makcu, developed using the React framework, and is mainly used to display makcu's documents/online tools/related information, etc.

Environmental Requirements

  • Node.js Version: [22.x.x]

Installation

First, clone the repository:

git clone https://github.com/MakcuTeam/Website project-name
cd project-name

Install dependencies:

pnpm install

Usage

Development mode

pnpm dev

Build a production version

pnpm build

Run tests

pnpm start
0