Skip to content
This repository has been archived by the owner on Nov 25, 2024. It is now read-only.

Latest commit

 

History

History
22 lines (14 loc) · 634 Bytes

README.md

File metadata and controls

22 lines (14 loc) · 634 Bytes

Plant Care Assistant

Demo project for the talk "Building Dynamic Web Apps with SvelteKit and Firebase".


## Developing

Once you've created a project and installed dependencies with `npm install` (or `pnpm install` or `yarn`), start a development server and the firebase emulator suite:

```bash
npm run emu

The Vite development server is accessible at localhost:5173. To view it in a version closer to firebase, use the hosting emulator at localhost:5000.

Deployment

To create a production version of your app and deploy it to firebase:

firebase deploy