Skip to content

Naresh-Khatri/coding_ducks

Repository files navigation

Coding ducks

A coding platform

Install Nodejs

Install Quasar

yarn global add @quasar/cli
# or
npm i -g @quasar/cli

Install the dependencies

yarn
# or
npm install

Start the app in development mode (hot-code reloading, error reporting, etc.)

quasar dev

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

Screenshots

image image image image

About

No description, website, or topics provided.

Resources

Stars

1 star

Watchers

1 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors