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
- Host: GitHub
- URL: https://github.com/graviton-code-editor/website
- Owner: Graviton-Code-Editor
- License: mit
- Created: 2019-01-10T21:44:20.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2023-07-11T22:12:02.000Z (almost 2 years ago)
- Last Synced: 2025-04-10T06:27:49.553Z (about 2 months ago)
- Topics: code, editor, graviton, graviton-website, javascript, nodejs, react-router, reactjs
- Language: TypeScript
- Homepage: https://graviton.netlify.app/
- Size: 4.58 MB
- Stars: 9
- Watchers: 4
- Forks: 4
- Open Issues: 1
-
Metadata Files:
- Readme: readme.md
- License: license.md
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:

Markdown usage:
``````### 🥽 Development
Requisites:
- NodeJS
- Yarn
- mdbook1. 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
```