Skip to content

Traak is an open source writing collaboration tool, currently under developement. It will feature a powerful text editor built on top of ProseMirror, with support for Markdown, collaborative editing, version control and more.

Notifications You must be signed in to change notification settings

mouhamadalmounayar/traak

Repository files navigation

Overview

Traak is an angular library used to integrate and customize text editors in your angular applications, currently under developement.

Getting Started

To get the project up and running in developement mode on your local machine :

  1. Clone the repository :
git clone git@github.com:mouhamadalmounayar/traak.git
  1. Install peer dependencies :
npm install --legacy-peer-deps
  1. Run the editor's library :
cd projects/traak-editor
ng build --watch
  1. Run the angular's project :
ng serve
  1. Navigate to http://localhost:4200/editor to interact with the current version of the editor.

  2. Run all tests :

npm run test

Documentation

Please read the documentation here.

About

Traak is an open source writing collaboration tool, currently under developement. It will feature a powerful text editor built on top of ProseMirror, with support for Markdown, collaborative editing, version control and more.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published