Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/lenra-io/website
https://github.com/lenra-io/website
hacktoberfest
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/lenra-io/website
- Owner: lenra-io
- License: mit
- Created: 2022-02-28T14:47:23.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2024-06-28T07:46:59.000Z (6 months ago)
- Last Synced: 2024-06-28T08:27:02.435Z (6 months ago)
- Topics: hacktoberfest
- Language: CSS
- Homepage:
- Size: 6.25 MB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[![Contributors][contributors-shield]][contributors-url]
[![Forks][forks-shield]][forks-url]
[![Stargazers][stars-shield]][stars-url]
[![Issues][issues-shield]][issues-url]
[![MIT License][license-shield]][license-url]
This project uses the [Lesta framework](https://github.com/lenra-io/lesta).
## Getting started
You can run this project from the [Docker image](https://hub.docker.com/r/lenra/website):
```console
docker run --rm -it -p 8080:8080 lenra/website
```Or you can run it with NodeJS:
```console
npm i
npm start
```The website will be available at http://localhost:8080/
To run it locally with the [Ghorgamel](https://github.com/lenra-io/ghorgamel) integration (requires [Dofigen](https://github.com/lenra-io/dofigen)):
```console
dofigen dofigen.yml
docker-compose build
docker-compose up -d
```It is recommended to define the `GITHUB_TOKEN` with a [GitHub personnal access token](https://docs.github.com/en/[email protected]/authentication/keeping-your-account-and-data-secure/creating-a-personal-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/`.
## Contributing
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!## License
Distributed under the **MIT** License. See [LICENSE](./LICENSE) for more information.
## Contact
Lenra - [@lenra_dev](https://twitter.com/lenra_dev) - [email protected]
Project Link: [https://github.com/lenra-io/website](https://github.com/lenra-io/website)
[contributors-shield]: https://img.shields.io/github/contributors/lenra-io/website.svg?style=for-the-badge
[contributors-url]: https://github.com/lenra-io/website/graphs/contributors
[forks-shield]: https://img.shields.io/github/forks/lenra-io/website.svg?style=for-the-badge
[forks-url]: https://github.com/lenra-io/website/network/members
[stars-shield]: https://img.shields.io/github/stars/lenra-io/website.svg?style=for-the-badge
[stars-url]: https://github.com/lenra-io/website/stargazers
[issues-shield]: https://img.shields.io/github/issues/lenra-io/website.svg?style=for-the-badge
[issues-url]: https://github.com/lenra-io/website/issues
[license-shield]: https://img.shields.io/github/license/lenra-io/website.svg?style=for-the-badge
[license-url]: https://github.com/lenra-io/website/blob/master/LICENSE