This tool enables flatmates to findwashing partners to utilize the washing mashine efficient (and cost efective)
The tech stack is Next.js (with TypeScript) and a Supabase backend.
- Node.js
- Supabase access
- Clone the repository
- Install dependencies:
- Create a .env.local file in the root directory and add the following variables:
NEXT_PUBLIC_SUPABASE_URL=https://the-supabase-url.supabase.co
NEXT_PUBLIC_SUPABASE_ANON_KEY=the-supabase-anon-key
This project uses a git feature branch workflow with GACP (Git Add Commit Push) as the commit message format.
-
Create a new feature branch from the develop branch.
-
Make changes and commits to the feature branch.
-
Push the feature branch to the remote repository.
-
Once the feature is complete, create a pull request to merge the feature branch into the develop branch.
This project is automatically deployed to Vercel on every push to the main branch.
This project is licensed under the MIT License - see the LICENSE file for details.