Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 15 days 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 (3 months ago)
- Default Branch: main
- Last Pushed: 2024-09-27T17:47:01.000Z (about 2 months ago)
- Last Synced: 2024-10-11T12:43:43.488Z (about 1 month ago)
- Topics: firebase, firestore-database, gatsby, typescript
- Language: TypeScript
- Homepage: https://ankitandelle.com
- 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.## 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
```