From 08a3cbce5c93cfca6039fefce4368399fd3c2167 Mon Sep 17 00:00:00 2001 From: Mylloon Date: Tue, 7 Feb 2023 15:33:52 +0100 Subject: [PATCH] update domain --- README.md | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index b290aee..9f4a106 100644 --- a/README.md +++ b/README.md @@ -1,24 +1,29 @@ -# [Constnium](https://git.kennel.ml/Anri/Constnium) +# [Constnium](https://git.mylloon.fr/Anri/Constnium) Calculate your own constant based on your first name. ## FAQ + There is a [FAQ here](./FAQ.md) if you want to know more about the project. ## Public demo -[constnium.kennel.ml](https://constnium.kennel.ml/) + +[constnium.mylloon.fr](https://constnium.mylloon.fr/) ## Host it yourself + Clone the repo and run `npm run main`. ### Docker + > Docker-compose + ```docker-compose version: "3" services: constnium: - build: https://git.kennel.ml/Anri/Constnium.git#main + build: https://git.mylloon.fr/Anri/Constnium.git#main container_name: Constnium ports: - 3000:3000 @@ -26,4 +31,5 @@ services: ``` ## Contribution + Feel free to contribute 🙂.