Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/potato4d/contributter
- Owner: potato4d
- Created: 2018-01-20T14:22:21.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2023-01-08T10:14:46.000Z (almost 2 years ago)
- Last Synced: 2024-10-05T10:13:28.727Z (3 months ago)
- Topics: firebase, react, typescript
- Language: TypeScript
- Homepage: https://contributter.potato4d.me/
- Size: 1.3 MB
- Stars: 56
- Watchers: 3
- Forks: 2
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Contributter
## 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
```