Constnium/README.md

27 lines
519 B
Markdown
Raw Normal View History

2022-06-23 16:35:04 +02:00
# [Constnium](https://git.kennel.ml/Anri/Constnium)
2022-06-22 19:04:29 +02:00
Calculate your own constant based on your first name.
2022-06-23 01:59:30 +02:00
2022-06-23 17:16:03 +02:00
## FAQ
There is a [FAQ here](./FAQ.md) if you want to know more about the project.
2022-06-23 01:59:30 +02:00
2022-06-23 17:16:03 +02:00
## Public demo
[Coming Soon™](#)
2022-06-23 03:45:25 +02:00
2022-06-23 17:16:03 +02:00
## Host it yourself
Clone the repo and run `npm run main`.
### Docker
2022-06-23 20:58:56 +02:00
> Docker-compose
```docker-compose
version: "3"
services:
constnium:
build: https://git.kennel.ml/Anri/Constnium.git#main
container_name: Constnium
ports:
- 3000:3000
restart: unless-stopped
```