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.