This is a calendar PWA made with Vite + React + TailwindCSS + TypeScript
First clone the repo
git clone https://github.com/kenedyolisi/calendar-pwa
Install dependencies
pnpm install
Start the local server
pnpm dev
All commands are run from the root of the project, from a terminal:
Command | Action |
---|---|
pnpm add |
Installs dependencies |
pnpm dev |
Starts local dev server at localhost:5173 |
pnpm build |
Build your production site to ./dist/ |
pnpm preview |
Preview your build locally, before deploying |