Safe Network website, built with React Static.
- Clone the repository using Git:
$ git clone https://github.com/maidsafe/safenetwork.tech.git && cd safenetwork.tech
- Install the Node.js dependencies using Yarn:
$ yarn
- Start the development server with:
$ yarn start
Or build the website for production with:
$ yarn build
And preview it locally with:
$ yarn serve
This Safe Network site is dual-licensed under
- the Modified BSD (LICENSE-BSD) or
- the MIT license (LICENSE-MIT)
at your option.
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.