SAFE Network website built on React Static.
- Git - latest
- Node - version ^8.0.0
- npm - version ^5.0.0
- react-static ^5.6.2
- First, clone the repository
> clone https://github.com/maidsafe/safenetwork.tech.git
- then, install the npm dependencies using yarn
> cd safenetwork.tech && yarn
- To run locally for development with,
> yarn start
- Or build the website for production with,
> yarn build