Skip to content

Latest commit

 

History

History
15 lines (13 loc) · 937 Bytes

README.md

File metadata and controls

15 lines (13 loc) · 937 Bytes

Getting started

Prerequisites

Gitpod configuration

  • Set the back-end URL in the .gitpod.env.properties file (you can find this in the back-end Gitpod under the 'Ports' tab for port 8080)

Starting up

  • Run the following command from a terminal in the project root: npm install
  • Run the following command from a terminal in the project root: npm run startGitpod
  • If you get the error Unknown command: "rnu" when runing above command, try running sudo apt install -y gettext first
  • Make sure that port 4200 is made public after starting the front-end, you can check this under the 'Ports' tab by making sure the lock icon for port 4200 is an open lock
  • After the Valtimo front-end application has finished starting up, you can access the application by going to the 'Ports' tab and click the globe icon at port 4200