Skip to content

Latest commit

 

History

History
33 lines (20 loc) · 602 Bytes

README.md

File metadata and controls

33 lines (20 loc) · 602 Bytes

gchimp-web-www

This is a webapp for gchimp with limited features.

Pre-requisite

You must first have gchimp compiled as a WASM module. In order to do that, you should refer to gchimp-web README.

Developing

Just

npm run dev

and read the output.

Deploying

After having gchimp compiled into a WASM module, you should have pkg folder inside gchimp-web which contains the NodeJS module.

  1. Change directory to /gchimp-web/www and then

    npm run build
  2. After building it, run this to deploy

    npm run start