Skip to content

Latest commit

 

History

History
40 lines (26 loc) · 561 Bytes

README.md

File metadata and controls

40 lines (26 loc) · 561 Bytes

angrepa-frontend

the end of the front

Table of Contents

Run project locally

To set up the project locally, follow these steps:

  1. Connect to the Cyberlandslaget VPN

    wg-quick up cyberlandslaget
  2. Clone the repository:

    git clone https://github.com/Cyberlandslaget/angrepa-frontend.git
  3. Install dependencies

    npm install    
  4. Build project

    npm run build
  5. Start server

    npm start