updated README

This commit is contained in:
Mário C 2016-10-17 02:35:23 +01:00
parent 0374b0038f
commit d7cabcd405
1 changed files with 9 additions and 5 deletions

View File

@ -1,13 +1,16 @@
# paradise.js # paradise.js
HTML canvas implementation of Paradise Café HTML canvas implementation of Paradise Café using webpack as build system.
## Install dependencies Demo at [https://ticklemynausea.net/~mario/paradise/](https://ticklemynausea.net/~mario/paradise/).
### Install dependencies
``` ```
npm install npm install
``` ```
## Building ### Building
``` ```
npm run build npm run build
@ -15,7 +18,7 @@ npm run build
webpack will build the app to build/ webpack will build the app to build/
## Running as dev server ### Running as dev server
``` ```
npm run dev npm run dev
``` ```
@ -23,5 +26,6 @@ npm run dev
webpack-dev-server will serve a the app from memory, watching for changes in the source webpack-dev-server will serve a the app from memory, watching for changes in the source
and doing hot reload. fancy. and doing hot reload. fancy.
## Credits
All glory to [falsovsky](https://github.com/falsovsky/) for the original implementation (https://github.com/falsovsky/paradise.js) and especially for [the complete ParadiseCafé disassembly with annotations](https://zbr.deadbsd.org/~falso/p/ParadiseCafe/).