AREA (Action Reaction) aims to connect multiple services together, similar to IFTTT.
With AREA, you can create automated workflows that integrate various services and perform actions based on specific triggers.
- docker
- make
Click to expand
- Clone the repo
git clone [email protected]:ASM-Studios/AREA.git
- Create .env files
- Run the following command to create private env files
cp .env.example .env
cp server/.env.server.example server/.env.server
cp client_web/.env.local.example .env.local
cp client_mobile/.env.mobile.example .env.mobile
- Fill the .env, .env.web and .env.mobile files
- Run the project
make start
Click to expand
- Python
- sphinx
- spinx_rtd_theme
sphinx and sphinx_rtd_theme can be installed using pip
The documentation is automatically built and deployed to GitHub Pages when a push is made to the main
branch.
You can consult the documentation online at AREA Documentation.
You can build the documentation locally by running the following command:
cd AREA/docs
make docs
// TODO
This project is licensed under the terms of the GLP3.0 license. See the LICENSE file for details.
This project was developed by:
- Maël RABOT
- Mathieu COULET
- Mathieu BOREL
- Charles MADJERI
- Samuel BRUSCHET