Simple, clean, and efficient meeting scheduling app.
- Clone this repository locally
- Navigate to the root directory and install the dependencies.
cd ZotMeet
pnpm install
- Start the development server
pnpm start
(runpnpm start --host
if you want to access the server from other devices on your network)
- The app should be viewable at
localhost:5173
by default. Changes to the code will automatically update the page. If you ranpnpm start --host
, you can access the app from other devices on your network athost-ip:5173
.
- Follow the Conventional Commits specification when writing commit messages.
- E.g.,
git commit -m "feat: add this feature"
;git commit -m "fix: fix this bug"
.
- E.g.,
- Keep commits and PRs atomic.
- A PR should be a single feature or bug fix.
- A commit should be a single logical change.
If you need credentials for the .env
file, contact the project lead (Minh).
After changes to the .env file, run pnpm run check
to update SvelteKit's auto-generated environment variable types.