Skip to content

Latest commit

 

History

History
19 lines (12 loc) · 430 Bytes

README.md

File metadata and controls

19 lines (12 loc) · 430 Bytes

Module SDK Demos

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.

Using this repo

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