Skip to content

ericandrewlewis/website

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Prosemirror.net

These are the sources for http://prosemirror.net

This currently contains a front-page, a bunch of client-side demos, and the server-side code to support the collaborative demo.

Installation

Install Node.js.

Install Pandoc.

Install node submodules

npm install

Build ProseMirror

cd node_modules/prosemirror
npm run dist
cd ../../

Build the documentation and all the demos' JavaScript source

make

Open public/index.html.

About

The prosemirror.net website

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • HTML 48.5%
  • JavaScript 47.6%
  • CSS 3.0%
  • Makefile 0.9%