Traak is an angular library used to integrate and customize text editors in your angular applications, currently under developement.
To get the project up and running in developement mode on your local machine :
- Clone the repository :
git clone git@github.com:mouhamadalmounayar/traak.git
- Install peer dependencies :
npm install --legacy-peer-deps
- Run the editor's library :
cd projects/traak-editor
ng build --watch
- Run the angular's project :
ng serve
-
Navigate to
http://localhost:4200/editor
to interact with the current version of the editor. -
Run all tests :
npm run test
Please read the documentation here.