Skip to content

Latest commit

 

History

History
32 lines (27 loc) · 491 Bytes

README.md

File metadata and controls

32 lines (27 loc) · 491 Bytes

Homewall Web

Requirements

  • FreeBSD jail (e.g. bastille)
  • pkg install nginx

Procedures

Development

  1. Start the development server.
npm run start:dev
  1. Open the website in a browser.
ssh dev0 firefox --no-remote http://127.0.0.1

Distribute

  1. Create new client bundle.
npm run build:client
  1. Create new server bundle.
npm run build:express
  1. Copy the built files into the homewall installation.
./dist.sh