Developer Guide || Running WebSVF WebApp locally - SVF-tools/WebSVF GitHub Wiki
Running the WebApp locally is not ideal, however this is a work around for times where cloud is having issues. the recommended way to run WebSVF locally is to run a docker instance locally using this guide
Before you follow the steps below, please ensure you have gone through and installed all the required software listed in our Prerequisite page.
- Clone the WebSVF repository from GitHub and navigate to /src/landing-page.
- Run
yarn install
to install all the require packages. - The "homepage" line needs to be removed from
package.json
file. This line is required because our WebApp is hosted on GitHub Pages. So if you are going to be this running locally, ensure it is removed. If the code is being deployed to GitHub Pages, do not forget to re add the - Go back to your terminal / command prompt and run
yarn start
to run the WebApp.