No description
Find a file
2025-04-23 21:12:08 +01:00
.vscode Initial commit. 2025-04-23 15:55:28 +01:00
prisma Add mantis summaries and start of email summaries... Need to figure out a way to get the emails since MS block IMAP :( 2025-04-23 21:12:08 +01:00
public Initial commit. 2025-04-23 15:55:28 +01:00
src Add mantis summaries and start of email summaries... Need to figure out a way to get the emails since MS block IMAP :( 2025-04-23 21:12:08 +01:00
src-ssr Add mantis summaries and start of email summaries... Need to figure out a way to get the emails since MS block IMAP :( 2025-04-23 21:12:08 +01:00
.editorconfig Initial commit. 2025-04-23 15:55:28 +01:00
.env.example Add mantis summaries and start of email summaries... Need to figure out a way to get the emails since MS block IMAP :( 2025-04-23 21:12:08 +01:00
.gitignore Add mantis summaries and start of email summaries... Need to figure out a way to get the emails since MS block IMAP :( 2025-04-23 21:12:08 +01:00
.npmrc Initial commit. 2025-04-23 15:55:28 +01:00
docker-compose-example.yml Add mantis summaries and start of email summaries... Need to figure out a way to get the emails since MS block IMAP :( 2025-04-23 21:12:08 +01:00
index.html Initial commit. 2025-04-23 15:55:28 +01:00
jsconfig.json Initial commit. 2025-04-23 15:55:28 +01:00
package.json Add mantis summaries and start of email summaries... Need to figure out a way to get the emails since MS block IMAP :( 2025-04-23 21:12:08 +01:00
pnpm-lock.yaml Add mantis summaries and start of email summaries... Need to figure out a way to get the emails since MS block IMAP :( 2025-04-23 21:12:08 +01:00
pnpm-workspace.yaml Add mantis summaries and start of email summaries... Need to figure out a way to get the emails since MS block IMAP :( 2025-04-23 21:12:08 +01:00
postcss.config.js Initial commit. 2025-04-23 15:55:28 +01:00
quasar.config.js Add mantis summaries and start of email summaries... Need to figure out a way to get the emails since MS block IMAP :( 2025-04-23 21:12:08 +01:00
README.md Initial commit. 2025-04-23 15:55:28 +01:00

STS Forms (forms-app)

Custom forms application for StyleTech

Install the dependencies

yarn
# or
npm install

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

quasar dev

Build the app for production

quasar build

Customize the configuration

See Configuring quasar.config.js.