Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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/

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
```