Skip to content
This repository has been archived by the owner on Sep 4, 2023. It is now read-only.

Latest commit

 

History

History
31 lines (19 loc) · 521 Bytes

README.md

File metadata and controls

31 lines (19 loc) · 521 Bytes

ekadanta-co

This site has been built with the following tools and technologies:

  • Haskell
  • Servant
  • Elasticsearch
  • Docker

Run Locally with GHC

If you have a Haskell compiler, run:

$ cabal build

Run Locally with docker-compose

If you have Docker installed, you can build the Docker image and run this project like this:

$ docker build -t ekadanta-co:latest
[+] Building 526.6s (19/19) FINISHED

$ export TAG=latest

$ docker-compose up