Title here
Summary here
Getting started is easy. Follow these steps to install and set up the project.
First, clone the repository:
git clone --depth 1 https://github.com/jetshift/jetshift.gitThen, navigate to the project directory:
cd jetshiftCopy the environment file:
cp .env.example .envYou can run the project with docker and without docker.
To run the project with docker, run the following command
docker compose up -dWeb servers
JetShift: http://localhost:8080
Luigid: http://localhost:8082Install Python on your machine and create virtual environment
python -m venv venvActivate the virtual environment
# Linux
source venv/bin/activate
# Windows
venv\Scripts\activate
# Git bash
source venv/Scripts/activateInstall requirements
pip install -e .Run dev servers
jetshift devJetShift: http://localhost:8080
Luigid: http://localhost:8082