Sade Network uses React.js for its documentation. Here is how you can run the project locally:
-
Clone this repo
git clone https://github.com/SadeNetwork/sade.network.git
-
Go into the project root directory
cd sade.network
-
Install JS dependencies
npm i
-
Start the dev server
npm start