https://github.com/prankush-tech/physics
https://github.com/prankush-tech/physics
Last synced: 7 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/prankush-tech/physics
- Owner: prankush-tech
- Created: 2022-01-13T18:54:01.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2022-08-15T07:14:38.000Z (almost 4 years ago)
- Last Synced: 2025-02-26T18:32:40.969Z (over 1 year ago)
- Language: JavaScript
- Size: 8.77 MB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 1
-
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
```