frabrunelle / dev-website

SAFE Network Dev Website source.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

dev-website

SAFE Network DevHub website, 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 the Node.js dependencies using Yarn:
$ yarn
  1. Start the development server with:
$ yarn start

Or build the website for production with:

$ yarn build

And preview it locally with:

$ yarn serve

License

This SAFE Network repository is dual-licensed under the Modified BSD (LICENSE-BSD https://opensource.org/licenses/BSD-3-Clause) or the MIT license (LICENSE-MIT https://opensource.org/licenses/MIT) at your option.

Contributing

Want to contribute? Great 🎉

There are many ways to give back to the project, whether it be writing new code, fixing bugs, or just reporting errors. All forms of contributions are encouraged!

For instructions on how to contribute, see our Guide to contributing.

About

SAFE Network Dev Website source.

License:BSD 3-Clause "New" or "Revised" License


Languages

Language:CSS 50.6%Language:JavaScript 49.4%