Skip to content

idriss-xyz/core

Repository files navigation

IDRISS

This is the open-source repository for IDRISS apps.

Interfaces

Install dependecies

In the root, run

pnpm install

to install dependencies for all apps in this monorepo.

Build (extension)

To compile the extension, run

pnpm extension:prod

Results will appear in buildResults directory: ./buildResults/firefox and ./buildResults/chromium

Build (Landing page / IDRISS Creators / Vault)

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.

Socials / Resources

License

This project is licensed under GPLv3.

Packages

No packages published

Contributors 12