1.0.3 • Published 3 years ago

@blinkk/editor-server v1.0.3

Weekly downloads
-
License
MIT
Repository
github
Last release
3 years ago

Live Editor Server

Experimental.

Provides an API server for the live editor to connect to and request project files and perform operations.

Supports generic editor fields and ability to use specialized editor fields for grow and amagaki.

codecov

Usage

To use editor.dev with your local project run the following in your project directory (does not need to be added to your node dependencies):

npx @blinkk/editor-server

Development

To develop on the live editor server for local projects, run the following command:

# ex: yarn run serve ~/code/project
yarn run serve <project_dir>

If you are developing the hosted version of the server (that provides access to github, etc) then run the following command:

yarn run hosted