Gymboard/gymboard-app
Andrew Lalis ae3c22422c Added lots of stuff!!! 2023-02-17 17:05:15 +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 lots of stuff!!! 2023-02-17 17:05:15 +01:00
.editorconfig Added web app and design. 2023-01-19 21:12:25 +01:00
.env.development Added env files, completed user settings page. 2023-02-16 12:05:18 +01:00
.env.production Added env files, completed user settings page. 2023-02-16 12:05:18 +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 env files, completed user settings page. 2023-02-16 12:05:18 +01:00
package.json Added env files, completed user settings page. 2023-02-16 12:05:18 +01:00
postcss.config.js Added better submission upload workflow. 2023-01-26 12:52:22 +01:00
quasar.config.js Added node-env based env file configuration. 2023-02-17 13:14:26 +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.