A repository of frontend demos using the Module SDK. For more examples that can be run on backends too, check out the module-sdk-tutorials.
First, install the dependencies:
pnpm install
Then, add your variables into the .env
file based on the .env.example
file.
Finally, run the frontend using:
pnpm dev