A webapp to monitor the nanopublication server network.
You can find instances of the Nanopub Monitor here:
To test and develop the Nanopub Monitor locally, follow these steps:
- Clone the repository:
git clone https://github.com/knowledgepixels/nanopub-monitor.git cd nanopub-monitor - Run the application using Jetty server:
./mvnw clean jetty:run
- Open your web browser and navigate to
http://localhost:8080/to access the Nanopub Monitor.