Calculate your constant based on your first name
|
|
||
|---|---|---|
| .forgejo | ||
| node_modules | ||
| public | ||
| src | ||
| .dockerignore | ||
| .eslintrc.json | ||
| Dockerfile | ||
| FAQ.md | ||
| LICENSE | ||
| package-lock.json | ||
| package.json | ||
| README.md | ||
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
Host it yourself
Clone the repo and run npm run main.
Docker
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 🙂.