update domain
This commit is contained in:
parent
c60d2d3900
commit
08a3cbce5c
1 changed files with 9 additions and 3 deletions
12
README.md
12
README.md
|
@ -1,24 +1,29 @@
|
||||||
# [Constnium](https://git.kennel.ml/Anri/Constnium)
|
# [Constnium](https://git.mylloon.fr/Anri/Constnium)
|
||||||
|
|
||||||
Calculate your own constant based on your first name.
|
Calculate your own constant based on your first name.
|
||||||
|
|
||||||
## FAQ
|
## FAQ
|
||||||
|
|
||||||
There is a [FAQ here](./FAQ.md) if you want to know more about the project.
|
There is a [FAQ here](./FAQ.md) if you want to know more about the project.
|
||||||
|
|
||||||
## Public demo
|
## Public demo
|
||||||
[constnium.kennel.ml](https://constnium.kennel.ml/)
|
|
||||||
|
[constnium.mylloon.fr](https://constnium.mylloon.fr/)
|
||||||
|
|
||||||
## Host it yourself
|
## Host it yourself
|
||||||
|
|
||||||
Clone the repo and run `npm run main`.
|
Clone the repo and run `npm run main`.
|
||||||
|
|
||||||
### Docker
|
### Docker
|
||||||
|
|
||||||
> Docker-compose
|
> Docker-compose
|
||||||
|
|
||||||
```docker-compose
|
```docker-compose
|
||||||
version: "3"
|
version: "3"
|
||||||
|
|
||||||
services:
|
services:
|
||||||
constnium:
|
constnium:
|
||||||
build: https://git.kennel.ml/Anri/Constnium.git#main
|
build: https://git.mylloon.fr/Anri/Constnium.git#main
|
||||||
container_name: Constnium
|
container_name: Constnium
|
||||||
ports:
|
ports:
|
||||||
- 3000:3000
|
- 3000:3000
|
||||||
|
@ -26,4 +31,5 @@ services:
|
||||||
```
|
```
|
||||||
|
|
||||||
## Contribution
|
## Contribution
|
||||||
|
|
||||||
Feel free to contribute 🙂.
|
Feel free to contribute 🙂.
|
||||||
|
|
Loading…
Reference in a new issue