Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/y-temp4/personal-values-card-sort
https://github.com/y-temp4/personal-values-card-sort
firebase firebase-auth firebase-functions firestore nuxt vue vuetify
Last synced: 18 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/y-temp4/personal-values-card-sort
- Owner: y-temp4
- Created: 2021-02-25T09:19:47.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2023-10-23T02:04:13.000Z (about 1 year ago)
- Last Synced: 2024-10-11T01:59:38.756Z (about 1 month ago)
- Topics: firebase, firebase-auth, firebase-functions, firestore, nuxt, vue, vuetify
- Language: Vue
- Homepage: https://pvcs.y-temp4.com
- Size: 392 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# personal-values-card-sort
## Development
```bash
$ cd functions
$ yarn install
$ yarn serve# move to another terminal pane and...
$ cd ..
$ yarn install
$ yarn dev
```Go to http://localhost:3000.
### 開発時の注意
[DeepL 翻訳:読みながら、書きながら使える翻訳ツール](https://chrome.google.com/webstore/detail/deepl-translate-reading-w/cofdbpoegempjloogbagkncekinflcnj?hl=ja) などの拡張機能を入れていると、Firestore の読み込みに失敗することがあるため、一度オフにするなどの対応が必要かもしれない。
## Deploy
```bash
$ cd functions
$ yarn deploy
```## License
MIT