Skip to content

techulus/changes-page

Repository files navigation

Changes.Page

An open-source solution revolutionizing changelog management.
Learn more »

Website · Issues · Support

Contact us 💌

If you want to learn more about this project or have any questions, send us an email at hello@changes.page

Built with 🛠️

Getting Started 🚀

Requirements

Setup

  1. Clone the repository

    git clone https://github.com/techulus/changes-page
  2. Install dependencies

    pnpm install
  3. Set up your .env file

    From apps/web and apps/page, you will find .env.example. Create your own copy.

  4. Setup your Supabase instance and add the credentials.

  5. Start the development server

     pnpm dev
  6. Open http://localhost:3000 with your browser to see the result.