A collaborative web map for the video game Atlas
  • Vue 45%
  • TypeScript 39.6%
  • JavaScript 10.6%
  • HTML 2.6%
  • SCSS 2.2%
Find a file
2025-01-22 23:20:17 -08:00
.vscode Initialize the project 🚀 2025-01-04 15:53:33 -08:00
public v0.0.1 go live 2025-01-22 23:20:17 -08:00
src v0.0.1 go live 2025-01-22 23:20:17 -08:00
.editorconfig Initialize the project 🚀 2025-01-04 15:53:33 -08:00
.gitignore Initialize the project 🚀 2025-01-04 15:53:33 -08:00
.npmrc Initialize the project 🚀 2025-01-04 15:53:33 -08:00
.prettierrc.json UI Outline 2025-01-04 23:18:25 -08:00
eslint.config.js v0.0.1 go live 2025-01-22 23:20:17 -08:00
index.html Initialize the project 🚀 2025-01-04 15:53:33 -08:00
package-lock.json UI Outline 2025-01-04 23:18:25 -08:00
package.json UI Outline 2025-01-04 23:18:25 -08:00
postcss.config.js Initialize the project 🚀 2025-01-04 15:53:33 -08:00
quasar.config.ts UI Outline 2025-01-04 23:18:25 -08:00
README.md v0.0.1 go live 2025-01-22 23:20:17 -08:00
tsconfig.json Initialize the project 🚀 2025-01-04 15:53:33 -08:00

Atlas Web Map (atlas-web-map)

A collaborative web map for the video game Atlas

Furtive Sage Gaming Map Included

Missing High Res Grid map images and tradewinds for the following: A1 (0-0) D2 (3-1) F3 (5-2) F4 (5-3) G4 (6-3) G6 (6-5) H4 (7-3) H7 (7-6) I1 (8-0) I7 (8-6) I8 (8-7)

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.