the end of the front
To set up the project locally, follow these steps:
-
Connect to the Cyberlandslaget VPN
wg-quick up cyberlandslaget
-
Clone the repository:
git clone https://github.com/Cyberlandslaget/angrepa-frontend.git
-
Install dependencies
npm install
-
Build project
npm run build
-
Start server
npm start