Safe Network DevHub website, built with React Static.
$ git clone https://github.com/maidsafe/dev-website.git && cd dev-website
$ yarn
$ yarn start
Or build the website for production with:
$ yarn build
And preview it locally with:
$ yarn serve
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.
Want to contribute? Great :tada:
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.