Skip to content

kenedyolisi/calendar-pwa

Repository files navigation

Calendar PWA

This is a calendar PWA made with Vite + React + TailwindCSS + TypeScript

Deploy to GitHub pages

Development

First clone the repo

git clone https://github.com/kenedyolisi/calendar-pwa

Install dependencies

pnpm install

Start the local server

pnpm dev

🧞 Commands

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