🍺 Forum to talk about beer
- Install dependencies
- Install Node modules
npm install
- You should now have the
.env
file created at the root of the project. Modify the information entered so that you can access your database.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_messaging_sender_id" VITE_APP_ID="your_app_id"
Run project
npm run dev