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

Latest commit

 

History

History
25 lines (17 loc) · 683 Bytes

README.md

File metadata and controls

25 lines (17 loc) · 683 Bytes

Olavstoppen Logo

Infoscreen

Stack

  • Elm
  • NGINX
  • Docker

Docs

If you haven't used Elm before its recommended to go through this guide.

We recommend using the module documentations for development as they are well written and easy to understand.

Install

  1. Clone repository
  2. Run yarn or npm install
  3. cp .env.example .env
  4. Replace values in .env with correct values.
  5. yarn dev or npm run dev to start the dev-server.