Skip to content

Latest commit

 

History

History
50 lines (35 loc) · 1.27 KB

File metadata and controls

50 lines (35 loc) · 1.27 KB

dev_website

SAFE Network Dev Website source, built with react-static.

Installation

Prerequisites

Quick Start

  1. Clone the repository using git:
$ git clone https://github.com/maidsafe/dev_website.git && cd dev_website
  1. Install Node.js dependencies with yarn
$ yarn
  1. 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.

License

Licensed under either of

at your option.

Contribution

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.