A web application for tracking the growth of plant seedlings
Clone the project
git clone https://github.com/AdamCala/siewkiGo to the project directory
cd <project-directory>Install dependencies
npm installCreate .env file in the root directory with following structure
VITE_API_KEY='your-api-key'
VITE_AUTH_DOMAIN='your-auth-domain'
VITE_PROJECT_ID='your-project-id'
VITE_STORAGE_BUCKET='your-storage-bucket'
VITE_MESSAGING_SENDER_ID='your-message-sender-id'
VITE_APP_ID='your-app-id'
VITE_MEASUREMENT_ID='your-measurement-id'Replace your-api-key, your-auth-domain, and other values with your actual Firebase project credentials. Make sure to keep this file private and never expose it in your version control system.
Start the server
npm run dev