Something is missing/incorrect? Don't hesitate to create a pull request! The following section outlines how you can contribute to our documentation site.
- Node.js (8.0.0+)
- Yarn (Optional. You can still use
npm
if you want, but highly recommended for your own sanity.)
Clone this repository.
git clone https://github.com/taliotech/django-meets-blockchain-site.git
cd
to the generated project. Here we'll have to install our node dependencies. To do so, run (one of) the following command(s).
# npm
npm install
# yarn
yarn
To start working on this documentation, you need to start a development server.
# npm
npm run dev
# yarn
yarn dev
This project is bootstrapped with Grundgesetz, a documentation skeleton for Gatsby made by Kata.ai.