https://github.com/risingstack/silver-giggle
https://github.com/risingstack/silver-giggle
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/risingstack/silver-giggle
- Owner: RisingStack
- Created: 2022-04-07T19:38:06.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2022-04-07T21:03:19.000Z (almost 4 years ago)
- Last Synced: 2025-03-27T15:02:00.243Z (10 months ago)
- Language: JavaScript
- Size: 12.1 MB
- Stars: 1
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# Three.js Journey
## Setup
Download [Node.js](https://nodejs.org/en/download/).
Run this followed commands:
``` bash
# 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
```