Skip to content

alexseitsinger/florence-web

Repository files navigation

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published