0.0.1 • Published 1 year ago

my-room-in-3d v0.0.1

Weekly downloads
-
License
UNLICENSED
Repository
-
Last release
1 year ago

My Room in 3D

Links

Setup

Download Node.js. Run this followed commands:

# Install dependencies (only the first time)
npm install

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

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