Go to file
Philippe Pittoli dc793637ae Larger modals. 2024-11-09 19:56:26 +01:00
app Larger modals. 2024-11-09 19:56:26 +01:00
src Larger modals. 2024-11-09 19:56:26 +01:00
test
.gitignore
README.md
TODO.md User can change their email address. 2024-06-26 01:38:55 +02:00
makefile Makefile: bundle by default. 2024-03-20 01:41:49 +01:00
packages.dhall
spago.dhall

README.md

dnsmanager interface

Quick Start

To install and test this application, you'll need:

  • both purs and spago, in order to compile this purescript application;
  • both authd and dnsmanagerd, in order to use this dnsmanager webclient with its related services, and they both require libipc;
  • (optional) a http server to serve the website and its documentation (such as darkhttpd, which is used in the makefile).

To compile this purescript application:

make bundle

Introduction

This code is a beta version of the official interface for dnsmanager (second edition). It will soon change in numerous ways, but represents an acceptable start for the dnsmanager webclient project.