Just a website about me!
Use node 16 to run
This project uses pnpm as the package manager. Here are the available commands:
# Install dependencies
pnpm install
# Run development server
pnpm dev
# Build for production
pnpm build
# Start production server
pnpm startTo install pnpm globally if you don't have it:
npm install -g pnpm