Skip to content

Graviton-Code-Editor/website

Repository files navigation

🎡 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