VSP internal form tool.
If the forms ever need to be edited, their configurations are in public/forms.
- The file
public/forms.txthas the list of available forms - Each form has a PNG image and YAML config associated with it.
Build with the command npm run build. This creates the built site in your local dist folder.
To push the built site to GitHub pages:
cd dist
git init .
git remote add origin [email protected]:matsim-vsp/formulator.git
git push --force origin master:gh-pages