This is the Frontend vue app which depends on the berkmancenter/nymspace_server repo to run.
- Install and start berkmancenter/nymspace_server.
- Install
node.js
and set to version specified inpackage.json
file (Consider using nvm) - Install yarn
- Come back to this repo and
yarn install
to install packages. - Connect backend by copying
.env.example
to.env.local
. Make sure the ports are correctly configured in nymspace_server repo. - Run
yarn dev --port 3001
and browse the app at https://localhost:3001.
You can add a VITE_PATH=/your/base/path
env variable to the env file and this app will use that for routing.
There are no unit or integration tests in this repo.
Stress tests can be run from the client repo in the k6 directory.