Famely helps you organize your family's activities and tasks in a simple way.
- Next.js: For the frontend framework
- NextUI: For the UI components
- Supabase Auth: For authentication
- Supabase: For data storage
To get a local copy up and running, follow these simple steps.
-
Clone the repo
git clone https://github.com/gronnern/famely.git
-
Install NPM packages
npm install
-
Set up your environment variables for Supabase
-
Run the development server
npm run dev
-
Open http://localhost:3000 with your browser to see the result.