Skip to content

NMSCD/Atlas-Insight-Initiative

This branch is 1 commit ahead of main.

Folders and files

NameName
Last commit message
Last commit date
Sep 26, 2024
Aug 20, 2023
Sep 9, 2024
Jun 11, 2023
Sep 9, 2024
Jul 9, 2023
Jul 9, 2023
Jun 11, 2023
Jun 11, 2023
Sep 9, 2024
Sep 9, 2024
Jan 22, 2025
Jan 22, 2025
Sep 9, 2024
Oct 21, 2024

Repository files navigation

HG-API-RE-Team-Website (quasar-project)

Website for the HG API reverse engineering team

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

Build the app for production

quasar build

Customize the configuration

See Configuring quasar.config.js.