Skip to content

Latest commit

 

History

History
35 lines (30 loc) · 837 Bytes

README.md

File metadata and controls

35 lines (30 loc) · 837 Bytes

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 [email protected]: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.