Skip to content

jamjnsn/dashi

Repository files navigation

dashi

Screenshot of an example configuration

Please Note

This project is still in development, so there will be bugs and sweeping changes.

Getting Started

  • Clone this repository: git clone https://github.com/jamjnsn/dashi.git
  • Start the server: npm run serve
  • Head to http://localhost:8000

Docker

Compose

docker-compose.yml example:

services:
  dashi:
    image: jamjnsn/dashi:latest
    environment:
      NODE_ENV: production
    ports:
      - 8000:8000
    volumes:
      - config:/usr/src/app/config
volumes:
  config:

Releases

No releases published

Packages

No packages published