• TypeScript 98.4%
  • HTML 0.8%
  • JavaScript 0.5%
  • Dockerfile 0.3%
Find a file
Simon Kappeler d2bab7ecf1
Merge branch '91-show-two-prices' into 'main'
91 show two prices

See merge request ip34-hs25/ip34-hs25-publicdisplaysystem/frontend!26
2026-02-06 15:18:50 +01:00
public Initial Commit 2025-10-02 16:25:49 +02:00
src 91 show two prices 2026-02-06 15:18:47 +01:00
.gitignore 52 Pipeline 2025-10-15 13:06:19 +02:00
.gitlab-ci.yml 78 URL instead of IP 2026-02-05 14:46:45 +01:00
.npmrc Initial Commit 2025-10-02 16:25:49 +02:00
Dockerfile 78 URL instead of IP 2026-02-05 14:46:45 +01:00
eslint.config.js Initial Commit 2025-10-02 16:25:49 +02:00
index.html Initial Commit 2025-10-02 16:25:49 +02:00
package.json 75 internationalization 2026-02-04 13:37:55 +01:00
README.MD 76 playlist scheduling 2026-01-29 09:58:39 +01:00
tsconfig.json Initial Commit 2025-10-02 16:25:49 +02:00
tsconfig.node.json Initial Commit 2025-10-02 16:25:49 +02:00
vite.config.ts Initial Commit 2025-10-02 16:25:49 +02:00

PDS Frontend

Installation

Install dependencies:

npm install

Create a .env file with the following content:

VITE_API_URL=http://localhost:8080

Starting

Running the development server:

    npm run dev

Building for production:

    npm run build

Running the production server:

    npm run start

Build an Image

To build the docker image that contains the frontend, simply run the following command.

  docker build -t pds/frontend .

The image can be used for deployment and testing.