yarn install
yarn start
We are using scss for this project, so when you need to add a new scss file, you must import it in index.scss, which is compiled into an all-encompassing file index.css.
Run tests with the command
yarn test
Each component can and should have a test file. Currently, check the login folder for a very basic template of what to do to add something.