Skip to content

taliotech/django-meets-blockchain-site

Repository files navigation

Welcome to the GitHub project for the Django Meets Blockchain docs!

Contributing

Something is missing/incorrect? Don't hesitate to create a pull request! The following section outlines how you can contribute to our documentation site.

Development guide

Prerequisites

  • Node.js (8.0.0+)
  • Yarn (Optional. You can still use npm if you want, but highly recommended for your own sanity.)

Initial setup

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

Running the server

To start working on this documentation, you need to start a development server.

# npm
npm run dev
# yarn
yarn dev

Credits

This project is bootstrapped with Grundgesetz, a documentation skeleton for Gatsby made by Kata.ai.

About

No description, website, or topics provided.

Resources

License

MIT, Unknown licenses found

Licenses found

MIT
LICENSE
Unknown
LICENSE-DOCS

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published