Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/potato4d/contributter

Evergreen for you.
https://github.com/potato4d/contributter

firebase react typescript

Last synced: 2 months ago
JSON representation

Evergreen for you.

Awesome Lists containing this project

README

        

# Contributter

Screen Shot 2019-08-12 at 19 56 40

## For development

At first

```shell
$ yarn
```

### web

```shell
$ yarn
$ yarn tailwind:web # precompile css
$ yarn serve:web
```

### functions

```shell
$ cd functions
```

## For production build

### web

```shell
$ cd web
$ yarn
$ yarn build
$ yarn export
$ cd ../
$ yarn firebase deploy --only hosting
```

### functions

```shell
$ yarn firebase deploy --only functions
```