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.
- Host: GitHub
- URL: https://github.com/grapesjs/website
- Owner: GrapesJS
- Created: 2024-06-06T15:48:04.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2025-02-13T14:55:53.000Z (over 1 year ago)
- Last Synced: 2025-02-13T15:38:38.567Z (over 1 year ago)
- Language: HTML
- Homepage: https://grapesjs.com
- Size: 21.5 MB
- Stars: 9
- Watchers: 4
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```