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
- Host: GitHub
- URL: https://github.com/codex-team/editorjs.io
- Owner: codex-team
- Created: 2022-08-01T15:23:36.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2025-02-07T11:19:07.000Z (11 months ago)
- Last Synced: 2025-08-09T08:49:29.013Z (5 months ago)
- Language: Vue
- Size: 93.1 MB
- Stars: 4
- Watchers: 4
- Forks: 2
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
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`