Lens Protocol content can be rendered with multiple frontends. Using Hotlink, users always get their favourite one.
First, install dependencies with yarn install
. Then, run the development server with yarn dev
.
To add a new app to the list, duplicate the src/data/apps/lenster.ts
file and fill it with your app's data. Then, import it on src/data/apps.ts
, and submit a Pull Request.
This app is open-source and licensed under the MIT license. For more details, check the License file.