/shittim-chest

A Blue Archive Interactive App

Primary LanguageJavaScriptMIT LicenseMIT

Shittim Chest (shittim-chest)

A Blue Archive Interactive App

Install the dependencies

pnpm install
# or
npm install

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

npx quasar dev
# or
quasar dev

Lint the files

pnpm run lint
# or
npm run lint

Build the app for production

npx quasar build
# or
quasar build

Customize the configuration

See Configuring quasar.config.js.