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
/dist
folder.
Or, Start the local server to enhance the website
$ yarn start
By default the server run at 3000
port.
Licensed under either of
- the MaidSafe.net Commercial License, version 1.0 or later (LICENSE)
- the General Public License (GPL), version 3 (COPYING or http://www.gnu.org/licenses/gpl-3.0.en.html)
at your option.
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.