No description
Find a file
2025-04-24 11:36:05 +01:00
.vscode Updates branding to StylePoint 2025-04-24 11:36:05 +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 Updates branding to StylePoint 2025-04-24 11:36:05 +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 Updates branding to StylePoint 2025-04-24 11:36:05 +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 Updates branding to StylePoint 2025-04-24 11:36:05 +01:00
README.md Updates branding to StylePoint 2025-04-24 11:36:05 +01:00

StylePoint

Multi-functional internal tool 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.