> For the complete documentation index, see [llms.txt](https://angular-token.gitbook.io/docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://angular-token.gitbook.io/docs/contribute.md).

# Contribute

1. Clone the repository

   ```bash
   git clone https://github.com/neroniaky/angular-token.git
   ```
2. Move to the repository

   ```bash
   cd angular-token
   ```
3. Install packages

   ```bash
   npm install
   ```
4. Build Library

   ```bash
   npm run-script build:lib
   ```
5. Run example project

   ```bash
   ng serve
   ```
