Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/lenra-io/website


https://github.com/lenra-io/website

hacktoberfest

Last synced: about 1 month ago
JSON representation

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]



Lenra's website


The Lenra's project presentation website.




Report Bug
·
Request Feature


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/`.

(back to top)

## 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!

(back to top)

## License

Distributed under the **MIT** License. See [LICENSE](./LICENSE) for more information.

(back to top)

## 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)

(back to top)

[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