This is a webapp for gchimp with limited features.
You must first have gchimp
compiled as a WASM module. In order to do that, you should refer to gchimp-web README.
Just
npm run dev
and read the output.
After having gchimp
compiled into a WASM module, you should have pkg
folder inside gchimp-web
which contains the NodeJS module.
-
Change directory to
/gchimp-web/www
and thennpm run build
-
After building it, run this to deploy
npm run start