Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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
```