@nrk/core-icons ·
Icon and logo kit providing a consistent and predictable user experience across platforms and NRK services
Documentation
https://static.nrk.no/core-icons/latest/
Local development
First clone @nrk/core-icons
and install its dependencies:
git clone git@github.com:nrkno/core-icons.git
cd core-icons
npm install
npm start
Building and committing
After having applied changes, remember to build before commiting and pushing your changes upstream.
See Conventional Commits for commit guidelines.
git checkout -b feature/my-changes
npm run build
git commit -am "<type>[optional scope]: <desciption>"
git push --set-upstream origin feature/my-changes