Activate Pro License

Activate the pro features of Zappicon by following the instructions for your specific framework below.

Activation

Create a .npmrc file in the root of your project and add the following lines:

.npmrc
@zappicon:registry=https://npm.pkg.github.com //npm.pkg.github.com/:_authToken=YOUR_AUTH_TOKEN

replace YOUR_AUTH_TOKEN with your actual personal access token.

Warning

Make sure to add .npmrc to your .gitignore file to prevent exposing your token in version control.