Calculate your constant based on your first name
Go to file
Mylloon 150e2a7dc3
All checks were successful
ci/woodpecker/push/publish Pipeline was successful
Add CD
2024-03-18 14:15:11 +01:00
.forgejo Add CD 2024-03-18 14:15:11 +01:00
node_modules Remove nodefetch 2022-06-23 20:59:13 +02:00
public use new split to keep emoji integrity 2022-06-25 19:54:15 +02:00
src fix eslint issues 2022-06-25 19:23:56 +02:00
.dockerignore Add Docker 2022-06-23 20:58:56 +02:00
.eslintrc.json Fix ESLint 2022-06-25 19:14:55 +02:00
Dockerfile Add Docker 2022-06-23 20:58:56 +02:00
FAQ.md update domain 2023-02-07 15:34:06 +01:00
LICENSE Add year and author 2023-02-15 16:00:17 +01:00
package-lock.json Remove nodefetch 2022-06-23 20:59:13 +02:00
package.json Update license 2023-02-15 15:40:45 +01:00
README.md Add CD 2024-03-18 14:15:11 +01: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

constnium.mylloon.fr

Host it yourself

Clone the repo and run npm run main.

Docker

status-badge

Docker-compose

version: "3"

services:
  constnium:
    image: git.mylloon.fr/anri/constnium:latest
    container_name: Constnium
    ports:
      - 3000:3000
    restart: unless-stopped

Contribution

Feel free to contribute 🙂.