execute: (from asch)
git clone https://github.com/AschPlatform/asch && cd asch && chmod u+x aschd && npm install
Build frontend
# change directory
cd public
# install dependencies
npm install
# build frontend
gulp build-frontend
execute:
chmod u+x zip-asch.sh
./zip-asch.sh
THIS step can be done as often as you want
execute recreate-asch-dir.sh
:
# prepare
chmod u+x recreate-asch-dir.sh
./recreate-asch-dir.sh
@a1300. Thank you very much. I wonder if the
gulp build-frontend
command is right? The gulpfile.js contains three options to build the front-end;build-test
(beta),build-main
andbuild-local
. Maybe you did meanbuild-local
instead of 'build-frontend`.