Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/abdallahabusidu/center-of-gravity
https://github.com/abdallahabusidu/center-of-gravity
Last synced: 5 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/abdallahabusidu/center-of-gravity
- Owner: abdallahabusidu
- Created: 2024-07-20T23:24:45.000Z (7 months ago)
- Default Branch: main
- Last Pushed: 2025-01-09T12:28:53.000Z (about 1 month ago)
- Last Synced: 2025-01-09T21:03:24.829Z (about 1 month ago)
- Language: JavaScript
- Homepage: https://center-of-gravity.vercel.app
- Size: 22 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- 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
```