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

https://github.com/codex-team/editorjs.io

Source code of the Editor.js homepage
https://github.com/codex-team/editorjs.io

Last synced: 4 months ago
JSON representation

Source code of the Editor.js homepage

Awesome Lists containing this project

README

          

# Editor.js homepage

This repository contains the source code for the [editorjs.io](https://editorjs.io)

## Build and run editorjs.io without docs

`yarn generate`

`yarn preview`

## Build and run docs

`yarn build-docs`

`yarn start-docs`

## Update docs data

To update docs data you need to run docs, then you should log in and update documents.
Then you need to save and commit your changes.

## Run editorjs.io with docs

`yarn build-full`

`yarn start-all`