Skip to content

Commit

Permalink
fix(readme): remove gitlab usage
Browse files Browse the repository at this point in the history
  • Loading branch information
Mostafatalaat770 committed Jul 19, 2022
1 parent 5fa8b21 commit a736c56
Showing 1 changed file with 0 additions and 17 deletions.
17 changes: 0 additions & 17 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,19 +2,6 @@

A UI library for [Bonuz](https://bonuz.market).

## Setup

Set URL for your scoped packages.\
For example package with name `@bonuz/bonuz-ui` will use this URL for download
```bash
npm config set @bonuz:registry https://code.bonuz.team/api/v4/packages/npm/
```

Add the token for the scoped packages URL. This will allow you to download `@bonuz/` packages from private projects.
```bash
npm config set -- '//code.bonuz.team/api/v4/packages/npm/:_authToken' "<your_gitlab_access_token>"
```

## Tools

- [Stylelint VScode Extenstion](https://marketplace.visualstudio.com/items?itemName=stylelint.vscode-stylelint).
Expand All @@ -34,7 +21,3 @@ You will also see any lint errors in the console.
### `yarn publish:build`

Runs the build script using rollup.

### `npm publish`

Publishes the package to our private registry(gitlab).

0 comments on commit a736c56

Please sign in to comment.