Skip to content

Latest commit

 

History

History
35 lines (24 loc) · 706 Bytes

README.md

File metadata and controls

35 lines (24 loc) · 706 Bytes

Famely

Famely helps you organize your family's activities and tasks in a simple way.

Technologies Used

  • Next.js: For the frontend framework
  • NextUI: For the UI components
  • Supabase Auth: For authentication
  • Supabase: For data storage

Getting Started

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

Installation

  1. Clone the repo

    git clone https://github.com/gronnern/famely.git
  2. Install NPM packages

    npm install
  3. Set up your environment variables for Supabase

  4. Run the development server

    npm run dev
  5. Open http://localhost:3000 with your browser to see the result.