Visualizations module of the Ziggurat project.
This repository contains the source code for the visualizations of the Ziggurat project. These visualizations include Ziggurat test results, WebGL-based force and geo graphs, and crawler report visualizations.
Currently, the following network visualizations are available. Please refer to the respective repositories for more information.
Contributions are welcome. Open an issue for any query or suggestion and we will take it from there. For more information, please refer to the contribution guidelines of the Ziggurat project.
This is a Next.js project bootstrapped with create-next-app
.
First, install dependencies:
yarn
Note: We recommend using yarn v1 for consistency.
Run the development server:
yarn dev
Open http://localhost:3000 with your browser to see the result.
You can start editing any page in pages/
directory. The page auto-updates as you edit the file.
Note: Data fetching methods like
getStaticProps
are run each time a page is refreshed in development mode. So pages may feel slow. This is not the case in production mode.
To build the app for production, run:
yarn build
This can be used to simulate production environment. Use the following command to start the app in production mode after building:
yarn start
To learn more about Next.js, take a look at the following resources:
You can check out the Next.js GitHub repository - your feedback and contributions are welcome!
The easiest way to deploy your Next.js app is to use the Vercel Platform from the creators of Next.js.
Check out our Next.js deployment documentation for more details.