Skip to content

Latest commit

 

History

History
16 lines (11 loc) · 260 Bytes

README.md

File metadata and controls

16 lines (11 loc) · 260 Bytes

CubeScape

Setup

Download Node.js. Run this followed commands:

# Install dependencies
npm install

# Run the local server at localhost:5173
npm start

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