Skip to content

Latest commit

 

History

History
36 lines (21 loc) · 922 Bytes

README.md

File metadata and controls

36 lines (21 loc) · 922 Bytes

Owl Tutorial React Template

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.

Getting Started

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 API
  • CLERK_PUBLISHABLE_KEY: The publishable key for our auth

Installation

To install the required dependencies, run:

pnpm install

Tutorial Template

To run page, use the following command:

pnpm dev

Get started by checking out tutorials at docs.owl.build

Documentation

For more detailed documentation, please visit docs.owl.build.

License

This project is licensed under the MIT License. See the LICENSE file for details.