- FreeBSD jail (e.g. bastille)
- pkg install nginx
Development
- Start the development server.
npm run start:dev
- Open the website in a browser.
ssh dev0 firefox --no-remote http://127.0.0.1
Distribute
- Create new client bundle.
npm run build:client
- Create new server bundle.
npm run build:express
- Copy the built files into the homewall installation.
./dist.sh