Skip to content

Finding A Time is a simple tool that helps you schedule meetings with your team, friends or clients.

License

Notifications You must be signed in to change notification settings

FindingATime/FindingATime

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GitHub License GitHub stars GitHub Issues

Overview

An app that makes it easy to schedule meetings with others.

Quick Start

Clone repository with: git clone https://github.com/FindingATime/FindingATime

Run supabase start

Copy .env.example to .env.local and update NEXT_PUBLIC_SUPABASE_URL=http://127.0.0.1:54321 and update NEXT_PUBLIC_SUPABASE_ANON_KEY from the output of supabase start

Run pnpm run dev

Visit local Site ·

Documentation

Requirements

  • Node.js >= 18.17.0
  • pnpm >= 8

Scripts

  • pnpm dev — Starts the application in development mode at http://localhost:3000.
  • pnpm build — Creates an optimized production build of your application.
  • pnpm start — Starts the application in production mode.
  • pnpm type-check — Validate code using TypeScript compiler.
  • pnpm lint — Runs ESLint for all files in the src directory.
  • pnpm format-check — Runs Prettier and checks if any files have formatting issues.
  • pnpm format — Runs Prettier and formats files.
  • pnpm test — Runs all the jest tests in the project.
  • pnpm test:ci — Runs all the jest tests in the project, Jest will assume it is running in a CI environment.
  • pnpm analyze — Builds the project and opens the bundle analyzer.

License

This project is licensed under the MIT License - see the LICENSE.md file for more information.

Architecture

To learn more about the architecture of this project, please see the ARCHITECTURE.md file.

Attributions

Finding A Time uses the SupaNext Starter Kit. image

Made with 💖 as part of Code Day Labs.

About

Finding A Time is a simple tool that helps you schedule meetings with your team, friends or clients.

Topics

Resources

License

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 93.6%
  • JavaScript 5.3%
  • CSS 1.1%