https://github.com/vbetsch/talkbeer
🍺 Ynov M1 - Forum to talk about beer (Vue)
https://github.com/vbetsch/talkbeer
typescript vite vuejs
Last synced: 7 months ago
JSON representation
🍺 Ynov M1 - Forum to talk about beer (Vue)
- Host: GitHub
- URL: https://github.com/vbetsch/talkbeer
- Owner: vbetsch
- Created: 2024-02-22T09:13:05.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2024-04-18T17:00:52.000Z (about 2 years ago)
- Last Synced: 2024-12-29T00:52:02.773Z (over 1 year ago)
- Topics: typescript, vite, vuejs
- Language: Vue
- Homepage:
- Size: 277 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README

🍺 Forum to talk about beer
[//]: # (## Asserts)
[//]: # ()
[//]: # (- [ASSERT_NAME](ASSERT_PATH))
## Dependencies

# Windows, MacOS & Linux
## Installation
1. Install dependencies
2. Install Node modules
```sh
npm install
```
3. 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.
```dotenv
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"
```
## Getting Started
Run project
```sh
npm run dev
```