trypear / pear-landing-page

Landing page for PearAI, the Open Source AI-Powered Code Editor
https://trypear.ai
19 stars 31 forks source link
ai codeeditor open-source

PearAI Logo

PearAI Landing Page

The Open Source AI-powered code editor
Explore the Website »

Report Bug · Request Feature


Table of Contents

About The Project

This is the landing page for PearAI: the Open Source AI-powered code editor. This product is managed by Nang and Pan.

(back to top)

Built With

(back to top)

Getting Started

To get a local copy up and running follow these simple steps.

Prerequisites

Installation

  1. Clone the repo
    git clone https://github.com/trypear/pear-landing-page.git
  2. Install NPM packages
    yarn install

    (back to top)

Project Configuration

This project requires environment variables to be set up in a .env.local file for proper configuration and operation. Below are the required environment variables and instructions on how to set them up.

Required Environment Variables

  1. NEXT_PUBLIC_SUPABASE_URL
  2. NEXT_PUBLIC_SUPABASE_ANON_KEY
  3. NEXT_PUBLIC_REDIRECT_URL

Environment Variables Description

Usage

To run the project locally:

  1. Start the development server
    yarn dev
  2. Visit http://localhost:3000 in your browser.

(back to top)

Contributing

Contributions are what make the open source community such an amazing place to be, learn, inspire, and create. Any contributions you make are greatly appreciated.

If you have a suggestion that would make this better, please fork the repo and create a pull request.

  1. Fork the repo
    git clone https://github.com/trypear/pear-landing-page.git
  2. Clone the repo
    git clone https://github.com/<USERNAME>/pear-landing-page.git
  3. Navigate to the project directory
    cd pear-landing-page
  4. Create a new branch
    git checkout -b my-new-branch
  5. Install dependencies
    yarn install

(back to top)

Contact

(back to top)