Welcome to the Owl Protocol React tutorial template! This repository is designed to help users quickly test out features and integrate them into their own projects.
This project uses environment variables to manage configuration. Copy the .env.example
file into .env
to get the following variables
API_REST_BASE_URL
: The url of the Owl APICLERK_PUBLISHABLE_KEY
: The publishable key for our auth
To install the required dependencies, run:
pnpm install
To run page, use the following command:
pnpm dev
Get started by checking out tutorials at docs.owl.build
For more detailed documentation, please visit docs.owl.build.
This project is licensed under the MIT License. See the LICENSE file for details.