SAFE Network Dev Website source, built with react-static.
- Clone the repository using git:
$ git clone https://github.com/maidsafe/dev_website.git && cd dev_website
- Install Node.js dependencies with yarn
$ yarn
- Build it! to generate the static pages
$ yarn build
Generated static pages will be available within
/distfolder.
Or, Start the local server to enhance the website
$ yarn start
By default the server run at 3000 port.
Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in the work by you, as defined in the MaidSafe Contributor Agreement, version 1.1 ([CONTRIBUTOR] (CONTRIBUTOR)), shall be dual licensed as above, and you agree to be bound by the terms of the MaidSafe Contributor Agreement, version 1.1.