This is a Gatsby & React powered website which makes up the "landing site content" of https://society0x.org
Install the dependancies via npm from the root directory of the project:
npm install
Run Gatsby in development mode:
npm run develop
If the above is not sufficient to get the project running, install Gatsby CLI as a global node package:
npm install -g gatsby-cli
Then try the following again:
npm run develop