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

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


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

Last synced: 2 months 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]



Acaos' presentation website


The Acaos's web agency 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/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.

(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/acaos-website](https://github.com/lenra-io/acaos-website)

(back to top)

[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