Elucidate Frontend
Getting started
Development server
After setting up your development workspace in the main guide, you can launch a Django development server by running yarn dev. Note that you must have the virtual environment activated for this to work.
Linting
Fixing linting issues can be done through the command yarn lintfix.
Running tests
Jest
Jest tests can be run with the command yarn test.
Cypress
The cypress testing suite can be installed via the command yarn cypress install.
After installation, Cypress tests can be run with the command yarn cypress open.