Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ertrzyiks/threejs-drone
https://ertrzyiks.github.io/threejs-drone/
https://github.com/ertrzyiks/threejs-drone
Last synced: about 1 month ago
JSON representation
https://ertrzyiks.github.io/threejs-drone/
- Host: GitHub
- URL: https://github.com/ertrzyiks/threejs-drone
- Owner: ertrzyiks
- License: mit
- Created: 2017-04-29T18:38:57.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2017-05-01T17:37:45.000Z (over 7 years ago)
- Last Synced: 2024-12-07T19:36:08.604Z (about 1 month ago)
- Language: JavaScript
- Homepage:
- Size: 2.31 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# threejs-drone
## Installation
1. Install Node.js
2. Install Yarn
3. `yarn`## Development
Use
```
yarn start
```and open `http://localhost:3000` in you browser
## Building static version
Static version is created in `docs/` folder to get instant preview from the master branch directly on github pages.
```
yarn build
```