No description
assets | ||
content | ||
models | ||
templates | ||
.gitignore | ||
LICENSE | ||
README.md | ||
voc-info.lektorproject |
VOC Info Page
This is a lektor Projekt, more about lektor on getlektor.com.
Because thsi project is migrated from a hugo project, currently the esbuild Javascript builder is not automated and has to be done manually to update scripts.
esbuild instructions
prepare esbuild nodejs enviroment
pip install nodeenv
nodeenv -p
npm install --save-exact --save-dev esbuild
./node_modules/.bin/esbuild --version
npm install react react-dom
build assets
./node_modules/.bin/esbuild assets/js/custom/nodes/schedule.js --bundle --outfile=assets/rendered_schedule.js