You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
React.js components for the ASL project. Contains reusable frontend components and UI elements, offering a consistent design language across ASPeL's interfaces.
To run basic tests including eslint and unit tests:
npm test
Publishing a new version after successful master build
git checkout master && git pull
npm version major|minor|patch
git push origin master --tags
About
React.js components for the ASL project. Contains reusable frontend components and UI elements, offering a consistent design language across ASPeL's interfaces.