https://github.com/stschmaltz/practice-pal
A VueJS app for tracking music practice. Using NuxtJS, Typescript, Firebase, and Tailwind CSS.
https://github.com/stschmaltz/practice-pal
firebase tailwind tailwindcss typescript vue vuejs
Last synced: 3 months ago
JSON representation
A VueJS app for tracking music practice. Using NuxtJS, Typescript, Firebase, and Tailwind CSS.
- Host: GitHub
- URL: https://github.com/stschmaltz/practice-pal
- Owner: stschmaltz
- Created: 2021-05-08T23:50:50.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2023-02-22T00:19:36.000Z (over 3 years ago)
- Last Synced: 2025-03-15T10:41:53.236Z (over 1 year ago)
- Topics: firebase, tailwind, tailwindcss, typescript, vue, vuejs
- Language: Vue
- Homepage:
- Size: 4.36 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 12
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# practice-pal
## Build Setup
```bash
# install dependencies
$ npm install
# serve with hot reload at localhost:3000
$ npm run dev
# build for production and launch server
$ npm run build
$ npm run start
# generate static project
$ npm run generate
```
## Deploy
```bash
# Build and Deploy
$ npm run ci
# Just deploy
$ npm run deploy
```