Calculate your constant based on your first name
Find a file
2022-06-23 20:58:56 +02:00
node_modules Add ESLint 2022-06-23 02:27:43 +02:00
public better style 2022-06-23 17:12:10 +02:00
src don't retrieve data from internet 2022-06-23 20:52:17 +02:00
.dockerignore Add Docker 2022-06-23 20:58:56 +02:00
.eslintrc.json Update ESLint rules 2022-06-23 12:39:13 +02:00
Dockerfile Add Docker 2022-06-23 20:58:56 +02:00
FAQ.md Move the FAQ to a separate file 2022-06-23 17:16:03 +02:00
package-lock.json Add ESLint 2022-06-23 02:27:43 +02:00
package.json Add ESLint 2022-06-23 02:27:43 +02:00
README.md Add Docker 2022-06-23 20:58:56 +02:00

Constnium

Calculate your own constant based on your first name.

FAQ

There is a FAQ here if you want to know more about the project.

Public demo

Coming Soon™

Host it yourself

Clone the repo and run npm run main.

Docker

Docker-compose

version: "3"

services:
  constnium:
    build: https://git.kennel.ml/Anri/Constnium.git#main
    container_name: Constnium
    ports:
      - 3000:3000
    restart: unless-stopped