https://github.com/techstartucalgary/flow-builder
https://github.com/techstartucalgary/flow-builder
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/techstartucalgary/flow-builder
- Owner: techstartucalgary
- Created: 2025-10-25T03:35:33.000Z (8 months ago)
- Default Branch: main
- Last Pushed: 2025-11-27T21:00:24.000Z (7 months ago)
- Last Synced: 2025-11-30T11:56:10.834Z (7 months ago)
- Language: TypeScript
- Size: 33.8 MB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
"Flow Builder
A simple app built with Next.js 14, TypeScript, Tailwind CSS, and Supabase.
## Features
- ✅ User Sign Up
- ✅ User Sign In
- ✅ User Sign Out
- ✅ Supabase for authentication backend
## Tech Stack
- **Frontend Framework**: Next.js 14 (App Router)
- **Language**: TypeScript
- **Styling**: Tailwind CSS
- **Authentication**: Supabase Auth
- **Package Manager**: npm
## Getting Started
### Prerequisites
- Node.js 18+ installed
### 1. Clone and Install
```bash
# Install dependencies
npm install
```
### 4. Run the Development Server
```bash
npm run dev
```
Open [http://localhost:3000](http://localhost:3000) in your browser.
For my cute devs:
By default, Supabase requires email confirmation. To disable this for development:
1. Go to your Supabase project
2. Navigate to Authentication → Settings
3. Disable "Enable email confirmations"
## License
MIT"