A senior engineering proof-reading your repo and creating tasks.
- Clone the repository
- python -m venv .venv
- source .venv/bin/activate
- Install packages with
pip install -r requirements.txt
- Copy the example environment variables file:
cp .env-example .env
- Create an account at https://linear.app and create an access token (Click on Team, Settings, Security & access, Personal API keys).
- Create an account at DeepSeek and create an access token.
- Populate the
.env
file with the required environment variables. - Run the application with
python app.py