Test WebSVF frontend locally - SVF-tools/WebSVF GitHub Wiki
Install the WebSVF-backend:
sudo npm i -g @websvf/create-analysis
Make sure you have the proper environment setup to build the test project which you can do so by running the following command:
sudo create-analysis --setup-env
Once you have installed WebSVF on your system using the following command:
sudo create-analysis -i
You can use the --setup-eg
option of the create-analysis
command to quickly setup a demo project to test the WebSVF frontend by running the following command:
create-analysis --setup-eg
(If you run into errors, run the sudo create-analysis --setup-env
command and restart your system to make sure all the dependencies for the demo are installed)