Skip to content

Latest commit

 

History

History
16 lines (11 loc) · 288 Bytes

README.md

File metadata and controls

16 lines (11 loc) · 288 Bytes

R3f Template

Setup

To run this project locally, download Node.js and follow these steps:

# Install dependencies
npm install

# Run the local server at localhost:5173
npm run dev

# Build for production in the dist/ directory
npm run build