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

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.

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