Dashboard for Gonsis Improvement Proposals (GIPs)
The GIP Dashboard is designed to facilitate the management and visualization of Gnosis Improvement Proposals using a React-based frontend.
To get started with the GIP Dashboard, clone the repository and install the dependencies:
git clone <repository-url>
cd gip_dashboard_react
npm install
In the project directory, you can run several scripts depending on the required action:
Runs the app in development mode. Open http://localhost:3000 to view it in your browser. The page will reload when you make changes. You may also see any lint errors in the console.
Builds the app for production to the `build` folder. It correctly bundles React in production mode and optimizes the build for the best performance. The build is minified, and the filenames include the hashes.
Executes a Node.js script located at `./src/generateYaml.js`. This will run the crawler for https://snapshot.org/ and https://forum.gnosis.io/ in order to build the GIP ymal files.
Executes a shell script `setup_environment.sh` located in `./src/scripts`. This script is used for setting up or configuring the python environment required by the crawler.