Files
Claper/README.md

166 lines
5.6 KiB
Markdown
Raw Normal View History

[![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]
<!-- PROJECT LOGO -->
<br />
<div align="center">
<a href="https://github.com/ClaperCo/Claper">
<img src="priv/static/images/logo.png" alt="Logo" >
</a>
<h3 align="center">Claper</h3>
<p align="center">
The ultimate tool to interact with your audience.
<br />
2022-07-28 15:54:20 +02:00
<a href="https://docs.claper.co"><strong>Explore the docs »</strong></a>
<br />
<br />
<a href="https://github.com/ClaperCo/Claper/issues">Report Bug</a>
·
<a href="https://github.com/ClaperCo/Claper/issues">Request Feature</a>
</p>
</div>
[![Product Name Screen Shot][product-screenshot]](https://claper.co)
Claper turns your presentations into an interactive, engaging and exciting experience.
Claper has a two-sided mission:
2024-04-06 11:48:47 +02:00
- The first one is to help these people presenting an idea or a message by giving them the opportunity to make their presentation unique and to have real-time feedback from their audience.
- The second one is to help each participant to take their place, to be an actor in the presentation, in the meeting and to feel important and useful.
2024-04-07 12:28:06 +02:00
Supported languages: 🇬🇧 English, 🇫🇷 French, 🇩🇪 German, 🇪🇸 Spanish
### Built With
Claper is proudly powered by Phoenix and Elixir.
2024-04-06 11:48:47 +02:00
- [![Phoenix][Phoenix]][Phoenix-url]
- [![Elixir][Elixir]][Elixir-url]
- [![Tailwind][Tailwind]][Tailwind-url]
<!-- GETTING STARTED -->
2024-04-06 11:48:47 +02:00
## Getting Started
This is an example of how you may give instructions on setting up your project locally.
To get a local copy up and running follow these simple example steps.
### Prerequisites
To run Claper on your local environment you need to have:
2024-04-06 11:48:47 +02:00
- Postgres >= 9
- Elixir >= 1.13.2
- Erlang >= 24
- NPM >= 6.14.17
- NodeJS >= 14.19.2
- Ghostscript >= 9.5.0 (for PDF support)
- Libreoffice >= 6.4 (for PPT/PPTX support)
You can also use Docker to easily run a Postgres instance:
2024-04-06 11:48:47 +02:00
```sh
2024-04-06 11:48:47 +02:00
docker run -p 5432:5432 -e POSTGRES_PASSWORD=claper -e POSTGRES_USER=claper -e POSTGRES_DB=claper --name claper-db -d postgres:15
```
### Configuration
2022-07-28 15:54:20 +02:00
You can find all configuration options in [the docs](https://docs.claper.co/configuration.html).
2022-07-25 19:50:01 +02:00
### Installation
1. Clone the repo
```sh
git clone https://github.com/ClaperCo/Claper.git
```
2. Install dependencies
```sh
mix deps.get
```
3. Migrate your database
```sh
mix ecto.migrate
```
2022-07-25 11:23:48 +02:00
4. Install JS dependencies
```sh
2022-07-25 11:23:48 +02:00
cd assets && npm i
```
5. Allow execution of startup file
```sh
chmod +x ./start.sh
```
6. Start Phoenix endpoint with
```sh
./start.sh
```
Now you can visit [`localhost:4000`](http://localhost:4000) from your browser.
If you have configured `MAIL` to `local`, you can access to the mailbox at [`localhost:4000/dev/mailbox`](http://localhost:4000/dev/mailbox).
### Using Docker Compose
2022-07-25 19:48:34 +02:00
A Docker Compose [reference file](https://github.com/ClaperCo/Claper/blob/main/docker-compose.yml) is provided in the repository. You can use it to run Claper with Docker Compose.
```sh
git clone https://github.com/ClaperCo/Claper.git
cd Claper
docker compose up
```
<!-- CONTRIBUTING -->
2024-04-06 11:48:47 +02:00
## 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 fork the repo and create a pull request. You can also simply open an issue with the tag "enhancement".
Don't forget to give the project a star! Thanks again!
1. Fork the Project
2022-07-26 13:40:19 +02:00
2. Create your Feature Branch (`git checkout -b feature/amazing_feature`)
3. Commit your Changes (`git commit -m 'Add some amazing feature'`)
4. Push to the Branch (`git push origin feature/amazing_feature`)
5. Open a Pull Request
<!-- LICENSE -->
2024-04-06 11:48:47 +02:00
## License
Distributed under the GPLv3 License. See `LICENSE.txt` for more information.
<!-- CONTACT -->
2024-04-06 11:48:47 +02:00
## Contact
2023-11-23 12:29:21 +01:00
[![](https://img.shields.io/badge/@alxlion__-000000?style=for-the-badge&logo=x&logoColor=white)](https://x.com/alxlion_)
Project Link: [https://github.com/ClaperCo/Claper](https://github.com/ClaperCo/Claper)
<!-- MARKDOWN LINKS & IMAGES -->
<!-- https://www.markdownguide.org/basic-syntax/#reference-style-links -->
2024-04-06 11:48:47 +02:00
[contributors-shield]: https://img.shields.io/github/contributors/ClaperCo/Claper.svg?style=for-the-badge
[contributors-url]: https://github.com/ClaperCo/Claper/graphs/contributors
[forks-shield]: https://img.shields.io/github/forks/ClaperCo/Claper.svg?style=for-the-badge
[forks-url]: https://github.com/ClaperCo/Claper/network/members
[stars-shield]: https://img.shields.io/github/stars/ClaperCo/Claper.svg?style=for-the-badge
[stars-url]: https://github.com/ClaperCo/Claper/stargazers
[issues-shield]: https://img.shields.io/github/issues/ClaperCo/Claper.svg?style=for-the-badge
[issues-url]: https://github.com/ClaperCo/Claper/issues
[license-shield]: https://img.shields.io/github/license/ClaperCo/Claper.svg?style=for-the-badge
[license-url]: https://github.com/ClaperCo/Claper/blob/master/LICENSE.txt
[product-screenshot]: /priv/static/images/preview.png
[Elixir]: https://img.shields.io/badge/elixir-4B275F?style=for-the-badge&logo=elixir&logoColor=white
[Elixir-url]: https://elixir-lang.org/
[Tailwind]: https://img.shields.io/badge/tailwind-06B6D4?style=for-the-badge&logo=tailwindcss&logoColor=white
[Tailwind-url]: https://tailwindcss.com/
[Phoenix]: https://img.shields.io/badge/phoenix-f35424?style=for-the-badge&logo=&logoColor=white
[Phoenix-url]: https://www.phoenixframework.org/