This is the open-source repository for IDRISS apps.
In the root, run
pnpm installto install dependencies for all apps in this monorepo.
To compile the extension, run
pnpm extension:prodResults will appear in buildResults directory: ./buildResults/firefox and ./buildResults/chromium
To compile and run the landing page and IDRISS App locally, run these commands in separate terminals:
pnpm main-landing:devpnpm creator-api:devThe landing page is running on port 3000, the api on port 4000.
Remember to configure API keys in apps/creator-api/.env.development for the creator-api backend and in /apps/main-landing/.env.development for the creator app.
This project is licensed under GPLv3.