Spoke/README.md

23 строки
365 B
Markdown
Исходник Обычный вид История

# Spoke
2018-06-06 08:55:27 +03:00
2018-06-08 23:20:36 +03:00
## Installation
2018-06-06 08:55:27 +03:00
2018-06-08 23:20:36 +03:00
```
2018-07-31 00:01:59 +03:00
npm install -g spoke-test-cli
2018-06-08 23:20:36 +03:00
```
2018-07-06 20:30:31 +03:00
## Development
2018-06-08 23:20:36 +03:00
2018-06-06 08:55:27 +03:00
```
2018-07-06 20:30:31 +03:00
npm run dev
2018-06-08 23:20:36 +03:00
```
2018-07-21 03:36:15 +03:00
Then open http://localhost:9090.
2018-07-25 07:08:00 +03:00
## Credits
Parts of this project are derived from the [three.js editor](https://threejs.org/editor/)
2018-07-25 07:11:28 +03:00
with thanks to [Mr.doob](https://github.com/mrdoob) and three.js' many contributors.
2018-07-25 07:08:00 +03:00
See the [LICENSE](LICENSE) for details.