https://github.com/elle-concetta/our-wedding-app
A wedding invitation application with a reservation system using firestore database and firebase hosting.
https://github.com/elle-concetta/our-wedding-app
firebase firestore-database gatsby typescript
Last synced: 6 months ago
JSON representation
A wedding invitation application with a reservation system using firestore database and firebase hosting.
- Host: GitHub
- URL: https://github.com/elle-concetta/our-wedding-app
- Owner: elle-concetta
- Created: 2024-08-13T03:29:26.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-09-27T17:47:01.000Z (almost 2 years ago)
- Last Synced: 2025-02-14T02:45:57.620Z (over 1 year ago)
- Topics: firebase, firestore-database, gatsby, typescript
- Language: TypeScript
- Homepage:
- Size: 108 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Introduction
A wedding invitation application with a reservation system using firestore database and firebase hosting.
## Demo Video
[Watch full demo on YouTube](https://youtube.com/shorts/Tv8xGc3kqKA)
## Commands
### Beginning Commands
```sh
yarn install
```
```sh
yarn add firebase
```
### Development Mode
```sh
gatsby develop --host localhost --port 8000
```
### Build Application
```sh
gatsby clean
```
```sh
gatsby build
```
### Deploy Application
```sh
yarn add -g firebase-tools
```
```sh
firebase init
```
```sh
firebase deploy
```