Skip to content

Latest commit

 

History

History
43 lines (31 loc) · 655 Bytes

README.md

File metadata and controls

43 lines (31 loc) · 655 Bytes

quasar Youtube downloader (quasar-yt-downloader)

Should be ready to use locally out of the box, may require some tweaks to the server.js if you want to deploy it to heroku or vercel/something.

Install the dependencies

yarn
# or
npm install

Start your client and server

npm run dev

npm run serverStart

Lint the files

yarn lint
# or
npm run lint

Format the files

yarn format
# or
npm run format

Build the app for production

quasar build

Customize the configuration

See Configuring quasar.config.js.