Constnium/README.md

38 lines
697 B
Markdown
Raw Permalink Normal View History

2023-02-07 15:33:52 +01:00
# [Constnium](https://git.mylloon.fr/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
2023-02-07 15:33:52 +01:00
2022-06-23 17:16:03 +02:00
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
2023-02-07 15:33:52 +01:00
[constnium.mylloon.fr](https://constnium.mylloon.fr/)
2022-06-23 03:45:25 +02:00
2022-06-23 17:16:03 +02:00
## Host it yourself
2023-02-07 15:33:52 +01:00
2022-06-23 17:16:03 +02:00
Clone the repo and run `npm run main`.
### Docker
2023-02-07 15:33:52 +01:00
2024-03-18 14:15:11 +01:00
[![status-badge](https://ci.mylloon.fr/api/badges/73/status.svg)](https://ci.mylloon.fr/repos/73)
2022-06-23 20:58:56 +02:00
> Docker-compose
2023-02-07 15:33:52 +01:00
2022-06-23 20:58:56 +02:00
```docker-compose
version: "3"
services:
constnium:
2024-03-18 14:15:11 +01:00
image: git.mylloon.fr/anri/constnium:latest
2022-06-23 20:58:56 +02:00
container_name: Constnium
ports:
- 3000:3000
restart: unless-stopped
```
2022-06-23 20:59:03 +02:00
## Contribution
2023-02-07 15:33:52 +01:00
2022-06-23 20:59:03 +02:00
Feel free to contribute 🙂.