Hela
Technical requirements to work on this project:
Summary
Development
Node 22 is required, run nvm install
.
You can get last rubric colors by running download:colors
command. To run it locally, you need to set NOVA_BASE_URL
and HELA_AUTH_KEY
environment variables in .env file.
Update snapshots
You can run this command to update snapshots:
yarn test -u
Add SVGs
- Cleanup the file with https://jakearchibald.github.io/svgomg/
- Remove
style="enable-background:new 0 0 28 28" xml:space="preserve"
- Add
<?xml version="1.0" encoding="utf-8"?>
at the beginning of the file, before <svg>
- Add an end line