...
Some checks failed
Deploy to GitHub Pages / Deploy to GitHub Pages (push) Has been cancelled

This commit is contained in:
2025-10-11 07:25:40 +04:00
parent 19471ddb8b
commit 6961e9b852
5 changed files with 12363 additions and 5 deletions

View File

@@ -28,10 +28,10 @@ git clone https://github.com/mik-tf/minting_plan.git
cd minting_plan
# Install dependencies
npm install
pnpm install
# Start development server
npm start
pnpm start
```
The site will open at `http://localhost:3000`.
@@ -40,10 +40,10 @@ The site will open at `http://localhost:3000`.
```bash
# Create production build
npm run build
pnpm run build
# Serve production build locally
npm run serve
pnpm run serve
```
## Project Structure