https://github.com/makcuteam/website
Makcu Official Website
https://github.com/makcuteam/website
docs markdown nextjs react taillwindcss
Last synced: 10 months ago
JSON representation
Makcu Official Website
- Host: GitHub
- URL: https://github.com/makcuteam/website
- Owner: MakcuTeam
- License: mit
- Created: 2025-03-19T16:37:54.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-08-17T01:49:50.000Z (10 months ago)
- Last Synced: 2025-08-17T02:27:52.596Z (10 months ago)
- Topics: docs, markdown, nextjs, react, taillwindcss
- Language: TypeScript
- Homepage: https://www.makcu.com
- Size: 2.22 MB
- Stars: 2
- Watchers: 0
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 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:
```bash
git clone https://github.com/MakcuTeam/Website project-name
cd project-name
# Initialize submodules if needed
git submodule sync
git submodule update --init --recursive
```
Install dependencies:
```bash
pnpm install
```
## Usage
### Development mode
```bash
pnpm dev
```
### Build a production version
```bash
pnpm build
```
### Run tests
```bash
pnpm start
```
## Environment Variables
The API routes that list firmware files query the GitHub API. If you exceed the
unauthenticated rate limit (60 requests per hour), set `GITHUB_TOKEN` to a
personal access token to increase the limit.