Gymboard/gymboard-app
Andrew Lalis 88089f2e11 Added infrastructure for editable properties in settings page. 2023-02-16 10:20:05 +01:00
..
.vscode Added better submission upload workflow. 2023-01-26 12:52:22 +01:00
public Added icons, better navigation, and working translation. 2023-01-24 19:52:55 +01:00
src Added infrastructure for editable properties in settings page. 2023-02-16 10:20:05 +01:00
.editorconfig Added web app and design. 2023-01-19 21:12:25 +01:00
.eslintignore Added web app and design. 2023-01-19 21:12:25 +01:00
.eslintrc.js Added better submission upload workflow. 2023-01-26 12:52:22 +01:00
.gitignore Added web app and design. 2023-01-19 21:12:25 +01:00
.npmrc Added web app and design. 2023-01-19 21:12:25 +01:00
.prettierrc Added web app and design. 2023-01-19 21:12:25 +01:00
README.md Added better submission upload workflow. 2023-01-26 12:52:22 +01:00
index.html Added better submission upload workflow. 2023-01-26 12:52:22 +01:00
package-lock.json Added submission page and cleaned up time formatting. 2023-02-05 12:48:30 +01:00
package.json Added submission page and cleaned up time formatting. 2023-02-05 12:48:30 +01:00
postcss.config.js Added better submission upload workflow. 2023-01-26 12:52:22 +01:00
quasar.config.js Added submission page, momentjs, and UTC timezone for all services. 2023-02-05 11:30:50 +01:00
quasar.extensions.json Added auth management, and AccountMenuItem.vue 2023-01-30 15:57:11 +01:00
tsconfig.json Added better submission upload workflow. 2023-01-26 12:52:22 +01:00

README.md

Gymboard App (gymboard-app)

Web app for Gymboard

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

Customize the configuration

See Configuring quasar.config.js.