Web version of Smokeview
- Clone or checkout repository to your local server
- Enter
smokeweb
directory - Set up port and resultPath (directory with FDS results) in
smokeweb/server/config/config.json
- Install npm
sudo apt install -qy npm
- Install and build SmokeWeb
npm run-script install && npm run-script build
(run insmokeweb
directory)