slate-collaborative
slatejs collaborative plugin & microservice https://slate-collaborative.herokuapp.com/
File Explorer
Download Latest Version (.zip)- bug_report.md
- feature_request.md
- index.ts
- AutomergeBackend.ts
- index.ts
- SocketIOConnection.ts
- .babelrc
- License.md
- package.json
- tsconfig.json
- index.ts
- insertNode.ts
- mergeNode.ts
- moveNode.ts
- removeNode.ts
- setNode.ts
- splitNode.ts
- apply.spec.ts
- index.ts
- text.ts
- convert.spec.ts
- create.ts
- index.ts
- insert.ts
- remove.ts
- set.ts
- index.ts
- index.ts
- slate.ts
- index.ts
- hexGen.ts
- index.ts
- testUtils.ts
- toSync.ts
- index.ts
- .babelrc
- License.md
- package.json
- tsconfig.json
- automerge-editor.ts
- index.ts
- useCursor.ts
- withAutomerge.ts
- withIOCollaboration.ts
- withSocketIO.ts
- .babelrc
- License.md
- package.json
- tsconfig.json
- favicon.ico
- index.html
- logo192.png
- logo512.png
- manifest.json
- robots.txt
- block.ts
- link.ts
- mark.ts
- App.tsx
- Caret.tsx
- Client.tsx
- Components.tsx
- EditorFrame.tsx
- index.tsx
- react-app-env.d.ts
- Room.tsx
- package.json
- server.js
- tsconfig.extend.json
- tsconfig.json
- tsconfig.production.json
- .gitignore
- .prettierrc
- .travis.yml
- changelog-template.hbs
- CHANGELOG.md
- commitlint.config.js
- lerna.json
- License.md
- package.json
- README.md
- tsconfig.base.json
- tslint.json
# Installation Guide
1. Get the code
git clone https://github.com/cudr/slate-collaborative
Downloads the entire project code from GitHub to your computer.
cd slate-collaborative
Moves into the project folder you just downloaded.
2. Node.js
Easy RecommendedPrerequisites
yarn
Downloads and installs the libraries listed in package.json.
yarn dev
Starts the development/run server.
After running the command, open the address shown in the terminal (usually something like http://localhost:3000) in your browser.
Pulled directly from this repo's README.
// repository documentation
Was this content helpful?
(0 ratings)
