Skip to content

Latest commit

 

History

History
40 lines (29 loc) · 634 Bytes

readme.md

File metadata and controls

40 lines (29 loc) · 634 Bytes

🎡 Graviton Editor's Website

Graviton Editor's website, hosted in https://graviton.netlify.app/

🎭 Badges

"Made for Graviton" badge:

made_for_graviton

Markdown usage: ![MadeForGraviton](https://raw.githubusercontent.com/marc2332/website-1/master/src/badges/made_for_graviton.svg?sanitize=true)

🥽 Development

Requisites:

  • NodeJS
  • Yarn
  • mdbook
  1. Fork the repo
  2. 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