Warning: Not used anymore, keeping for historical reasons
The code behind my personal site/blog backend strapi app.
- Clone the repository
git clone https://github.com/dimitristrechas/personal-site-strapi.git - Copy
.env.exampleto.envand set the environment variables - Set required MCP env variables:
LINEAR_MCP_TOKEN,GITHUB_MCP_TOKEN, reload terminal if needed yarnto install dependenciesdocker compose up --remove-orphans --build --force-recreate -dto build the docker image (or use./scripts.shfor automated setup)