https://github.com/sahilk-027/sci-fi-3d-box-starter-code
https://github.com/sahilk-027/sci-fi-3d-box-starter-code
Last synced: 5 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/sahilk-027/sci-fi-3d-box-starter-code
- Owner: SahilK-027
- Created: 2024-09-17T10:42:59.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2024-09-17T10:43:44.000Z (10 months ago)
- Last Synced: 2025-02-22T14:19:27.042Z (5 months ago)
- Language: JavaScript
- Size: 6.84 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Setup
Download [Node.js](https://nodejs.org/en/download/).Run the following commands:
``` bash
# Install dependencies (only the first time)
npm install# Run the local server
npm run dev# Run the local server host
npm run host# Build for production in the dist/ directory
npm run build
```