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

https://github.com/grapesjs/website

The repository for the GrapesJS Website.
https://github.com/grapesjs/website

Last synced: 8 months ago
JSON representation

The repository for the GrapesJS Website.

Awesome Lists containing this project

README

          

# [GrapesJS Website](https://grapesjs.com/)

The repository for the [GrapesJS Website](https://grapesjs.com/).

# Development

Download the repo and install dependecies.
```sh
git clone https://github.com/GrapesJS/website.git
cd website
yarn
```

Start the dev server
```sh
yarn dev
```