The Lenra's project presentation website.
Report Bug
·
Request Feature
This project uses the Lesta framework.
You can run this project from the Docker image:
docker run --rm -it -p 8080:8080 lenra/website
Or you can run it with NodeJS:
npm i
npm start
The website will be available at http://localhost:8080/
To run it locally with the Ghorgamel integration (requires Dofigen):
dofigen dofigen.yml
docker-compose build
docker-compose up -d
It is recommended to define the GITHUB_TOKEN
with a GitHub personnal access token in a .env
file avoid GitHub API limitations.
The Ghorgamel url will be managed by the GHORGAMEL_URL
environment variable. If not defined, it will be http://localhost:8081/
.
Contributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.
If you have a suggestion that would make this better, please open an issue with the tag "enhancement". Don't forget to give the project a star if you liked it! Thanks again!
Distributed under the MIT License. See LICENSE for more information.
Lenra - @lenra_dev - contact@lenra.io
Project Link: https://github.com/lenra-io/website