An open API service indexing awesome lists of open source software.

https://github.com/graviton-code-editor/website

🎡 Graviton Editor's website
https://github.com/graviton-code-editor/website

code editor graviton graviton-website javascript nodejs react-router reactjs

Last synced: about 2 months ago
JSON representation

🎡 Graviton Editor's website

Awesome Lists containing this project

README

        

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

### 🎭 Badges

"Made for Graviton" badge:

![made_for_graviton](src/badges/made_for_graviton.svg)

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//website.git
```

Install dependencies:
```
yarn install
```

Run locally:
```
yarn run dev
```

Building:
```
yarn run build
```