https://github.com/lenra-io/acaos-website
https://github.com/lenra-io/acaos-website
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/lenra-io/acaos-website
- Owner: lenra-io
- License: mit
- Created: 2023-05-04T07:15:33.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2025-01-20T14:42:38.000Z (4 months ago)
- Last Synced: 2025-01-20T15:41:28.412Z (4 months ago)
- Language: CSS
- Size: 4.77 MB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 1
-
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/acaos-website):
```console
docker run --rm -it -p 8080:8080 lenra/acaos-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 Docker Compose:
```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.
## 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/acaos-website](https://github.com/lenra-io/acaos-website)
[contributors-shield]: https://img.shields.io/github/contributors/lenra-io/acaos-website.svg?style=for-the-badge
[contributors-url]: https://github.com/lenra-io/acaos-website/graphs/contributors
[forks-shield]: https://img.shields.io/github/forks/lenra-io/acaos-website.svg?style=for-the-badge
[forks-url]: https://github.com/lenra-io/acaos-website/network/members
[stars-shield]: https://img.shields.io/github/stars/lenra-io/acaos-website.svg?style=for-the-badge
[stars-url]: https://github.com/lenra-io/acaos-website/stargazers
[issues-shield]: https://img.shields.io/github/issues/lenra-io/acaos-website.svg?style=for-the-badge
[issues-url]: https://github.com/lenra-io/acaos-website/issues
[license-shield]: https://img.shields.io/github/license/lenra-io/acaos-website.svg?style=for-the-badge
[license-url]: https://github.com/lenra-io/acaos-website/blob/master/LICENSE