These steps are used when working on the Mojolicious backend.
cpanm --installdeps .
perl Makefile.PL
make
make test
perl script/hackeriet_mojohula daemon
This steps are used when working on the Vue.js front-end.
Note: Under Ubuntu, the yarn
command is called yarnpkg
yarn install
yarn serve
yarn build
yarn lint
yarn audit
yarn upgrade
nix-shell --pure