This is the open-source repository for IDRISS apps.
In the root, run
pnpm install
to install dependencies for all apps in this monorepo.
To compile the extension, run
pnpm extension:prod
Results will appear in buildResults directory: ./buildResults/firefox and ./buildResults/chromium
To compile and run the landing page and IDRISS Creators locally, run these commands in separate terminals:
pnpm main-landing:dev
pnpm creator-api:dev
The 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.