siegerts / prosemirror-academy

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Prosemirror Academy

Welcome to Prosemirror Academy codebase. This repository is 100% designed for the Editor Team to teach developers how ProseMirror works.

You can find more information about the project here: Editor Academy

What you need to have in your computer to run this project

  • NVM Usually, we need to work with two or more Node versions. Hence, it's required that you have installed this program on your computer.

  • VSCode We don't require any specific editor. You can use any code editor that you are comfortable with. However, we will pair a lot with you, therefore, we will need to have a common space on your computer.

How to run this project locally

  • First make sure you have the required node version: nvm install This will install the version set on this file .nvmrc

  • Install the depencies: yarn install

  • Run the project: yarn start

  • Check the localhost http://localhost:3000

About


Languages

Language:TypeScript 88.0%Language:JavaScript 5.2%Language:CSS 5.0%Language:HTML 1.8%