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

Latest commit

 

History

History
23 lines (15 loc) · 517 Bytes

README.md

File metadata and controls

23 lines (15 loc) · 517 Bytes

Groupware

A reference implementation that combines some best practices for building a modern web application.

Features

  • nix-shell bases development environment
  • e2e-Tests with Cypress
  • asynchronous processing of incoming webhooks

Installation

Prerequisites

  1. Install Nix

Setup

  1. Clone this repository
  2. Run nix-shell in the root directory of this repository
  3. Run just setup
  4. Run just start
  5. Open http://localhost:8000