Graviton Editor's website, hosted in https://graviton.netlify.app/
"Made for Graviton" badge:
Markdown usage:
![MadeForGraviton](https://raw.githubusercontent.com/marc2332/website-1/master/src/badges/made_for_graviton.svg?sanitize=true)
Requisites:
- NodeJS
- Yarn
- mdbook
- Fork the repo
- Clone the repository:
git clone https://github.com/<YOUR USERNAME>/website.git
Install dependencies:
yarn install
Run locally:
yarn run dev
Building:
yarn run build