Skip to content

Latest commit

 

History

History
executable file
·
32 lines (16 loc) · 594 Bytes

File metadata and controls

executable file
·
32 lines (16 loc) · 594 Bytes

Netlify Status

Krs Official Documentation

This is an official website for Krs

Prerequisite

  • Docker Desktop or Engine installed on your system

Running a container locally

Clone the repo and run the following command

docker compose up -d --build

Verify that the service is working.

Open your web browser and type http://localhost:1313 in your navigation bar,

Cleanup

docker-compose down