here_be_dragons/demo/README.md

18 lines
239 B
Markdown
Raw Normal View History

2020-09-02 12:27:01 +00:00
# Demo application for mapgen
2020-09-12 13:10:35 +00:00
## Build the project:
2020-09-02 12:27:01 +00:00
2020-09-12 13:10:35 +00:00
```
wasm-pack build
2020-09-12 13:49:33 +00:00
cd www
2020-09-23 08:31:13 +00:00
npm run server
```
Deply application
```
cd www
2020-10-17 20:22:32 +00:00
npm run build
2020-09-12 13:10:35 +00:00
```
2020-09-02 12:27:01 +00:00
This app uses:
* [Urizen OneBit Tilesets](https://vurmux.itch.io/urizen-onebit-tilesets)