$ git clone https://github.com/arnaudjuracek/www-tooooools
$ cd www-tooooools
$ yarn install
$ yarn start # start kirby-webpack devserver
$ yarn build # build and bundle src/ into www/assets/
Deployment is done automatically via a Github action. Simply create a new release by running:
$ yarn version
Important: some directories are not under version control (www/kirby
, www/plugins/*
, see .gitignore
).
Deployment for those directories should be done manually.
Built with kirby-webpack.
MIT.