This project utilizes Yarn. No other package manager is supported for this project. To install dependencies for this project, open a command line interface at the directory of the cloned repository, and run:
yarnThis will create a node_modules directory in that of your project and add the packages there.
To setup a development server at localhost:3000, run
yarn devBuilds pushed to the master branch are automatically deployed to the webserver via Github Actions.