New website for sls-eventservice.at
Development server: sls-eventservice.ch
- Make sure node.js is installed
- Make composer is installed (either globally or locally)
- Run
npm install
to install all dependencies and compile all the tools (see also Tools) - Run
npm run setup
to install wordpress and all plugins locally and start the setup wizzard.
Run npm start
in your Command Line Tool.
To build for production run npm run build
in your Command Line Tool.
This will generate a dist
folder ready for deployment.
This repo also has tools for setting up wordpress, installing plugins, writing configs, ...
Those tools are either shell scripts (in the scripts folder) or node scripts (the sources are
in the src/tools folder). The node scripts need to be compiled to be used. This will happen
automatically if you run npn install
. In case the tools have changed and/or you just want
to recompile them, run npm run tools:build
. This will produce a dist/.tools
folder.