Skip to content

Latest commit

 

History

History
43 lines (28 loc) · 732 Bytes

File metadata and controls

43 lines (28 loc) · 732 Bytes

Sea-sdoc-editor Introduction

Sea-sdoc-editor contains two projects, namely sdoc-editor, seafile-sdoc-editor. sdoc-editor is a basic editor developed based on slate. seafile-sdoc-editor is a further extension of sdoc-editor, providing a complete UI and interaction. seafile-sdoc-editor powers the SeaDoc feature and Wiki page editing feature in Seafile.

Project usage steps

Download the project

git clone git@github.com:seafileltd/sea-sdoc-editor.git

Install Dependencies

npm install

Packaging and assembly library

npm run build

Release version

npm run release

Developer test

Install Dependencies

npm install

Open test page

npm start