Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sahilk-027/sci-fi-3d-box-starter-code
https://github.com/sahilk-027/sci-fi-3d-box-starter-code
Last synced: 3 days 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 (4 months ago)
- Default Branch: main
- Last Pushed: 2024-09-17T10:43:44.000Z (4 months ago)
- Last Synced: 2025-01-01T09:34:53.902Z (7 days 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
```