This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user