Skip to content

A simple web app allowing users to find a perfect time for their events based on participants availability.

Notifications You must be signed in to change notification settings

kyrstke/meeting-scheduler

Repository files navigation

Meeting scheduler

A simple web application allowing users to find a perfect time for their events based on participants availability. Built with SvelteKit and TailwindCSS.

Developing

Install dependencies with npm install (or pnpm install or yarn), then start a development server:

npm run dev

# or start the server and open the app in a new browser tab
npm run dev -- --open

Building

To create a production version of the app:

npm run build

You can preview the production build with npm run preview.

To deploy your app, you may need to install an adapter for your target environment.

About

A simple web app allowing users to find a perfect time for their events based on participants availability.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published