/cat-paste

CatPaste is a user-friendly text sharing platform.

Primary LanguageTypeScript

Hero

  1. Clone the Repository

    git clone https://github.com/TeaByte/catpaste.git
    cd catpaste
  2. Install Dependencies

    npm install
  3. Make .env File

    DATABASE_URL=postgres://TeaByte:HuypCZG....
    SHADOW_DATABASE_URL=postgres://TeaByte:H....

    Neon PostgreSQL: https://console.neon.tech

  4. Start the Development Server

    npm run dev