This is the web client for the Multinet project. It is a VueJS application that works in conjunction with the Multinet server to provide a user interface to the system.
- Be sure that Yarn is installed on your system.
- Check out this repository, then move into it (e.g.,
cd multinet-client
). - Install the project dependencies:
yarn install
. - Copy the default application registry (
yarn init-appregistry
)- If running the visualization applications locally, update these values in
src/assets/appregistry.json
- If running the visualization applications locally, update these values in
- Serve the client app in dev mode:
yarn serve
. - Follow the quick start instructions for the Multinet server.
- Point your web browser at http://localhost:8080 to see if the client is running.
For further details on how the client and the Multinet system itself work, please see the full documentation.