···4455The frontend of Wafrn uses [Angular](https://angular.io/). Have fun doing stuff ;D
6677-- [Installation](#installation)
88- - [Prerequisites](#prerequisites)
99- - [Setup](#setup)
1010- - [Local Development](#local-development)
77+- [Prerequisites](#prerequisites)
88+- [Local Development](#local-development)
119- [Contributing](#contributing)
1210- [License](#license)
13111212+## Prerequisites
1313+1414+Start by setting up the frontend as noted in the main `development.md` file.
1515+1616+The frontend is developed from the main directory due to the monorepo structure of this project. As such, run the noted commands from the root directory.
1717+1418## Local Development
15191620You can run the development server through the command line:
17211822```bash
1919-npm run frontend:develop # Point to local backend
2020-npm run frontend:develop:prod # Point to production app.wafrn.net backend
2323+npm run frontend:develop # Point to local backend
2424+npm run frontend:develop:prod # Point to production app.wafrn.net backend
2125npm run frontend:develop:development # Point to development.wafrn.net backend
2226```
2327