Skip to content

PureNimble/PureNimble.github.io

Repository files navigation

Commands to run the project

# Install dependencies
npm install

# Run the development server
npm run dev

# Build for production
npm run build