Skip to content

SadeNetwork/sade.network

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Sade Network

Sade Network uses React.js for its documentation. Here is how you can run the project locally:

  1. Clone this repo

    git clone https://github.com/SadeNetwork/sade.network.git
  2. Go into the project root directory

    cd sade.network
  3. Install JS dependencies

    npm i
  4. Start the dev server

    npm start