Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ratox/prosemirror-academy
https://github.com/ratox/prosemirror-academy
Last synced: 8 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/ratox/prosemirror-academy
- Owner: RatoX
- Created: 2020-01-15T03:25:25.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2023-01-06T02:28:57.000Z (almost 2 years ago)
- Last Synced: 2024-04-15T12:18:55.057Z (7 months ago)
- Language: TypeScript
- Size: 2.2 MB
- Stars: 0
- Watchers: 3
- Forks: 2
- Open Issues: 27
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 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](http://go/editor-academy)
## What you need to have in your computer to run this project
- [NVM](https://github.com/nvm-sh/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](https://code.visualstudio.com/)
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](http://localhost:3000)