https://github.com/tab/loki-frontend
https://github.com/tab/loki-frontend
Last synced: 8 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/tab/loki-frontend
- Owner: tab
- Created: 2024-12-22T12:19:54.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2025-04-12T17:14:37.000Z (about 1 year ago)
- Last Synced: 2025-04-12T17:44:47.700Z (about 1 year ago)
- Language: TypeScript
- Size: 266 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Loki frontend
## Setup
```sh
docker-compose build
docker-compose run app yarn install
```
## Run
```sh
docker-compose up frontend
```