Skip to content

david-maidsafe/dev_website

 
 

Repository files navigation

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.

About

SAFE Network Dev Website source.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • CSS 52.6%
  • JavaScript 47.4%