https://github.com/cubbossa/pathfinder-documentation
https://github.com/cubbossa/pathfinder-documentation
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/cubbossa/pathfinder-documentation
- Owner: CubBossa
- Created: 2022-09-17T08:33:52.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2024-04-07T10:31:24.000Z (about 2 years ago)
- Last Synced: 2025-03-21T15:51:22.547Z (about 1 year ago)
- Language: Vue
- Size: 10.6 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Pathfinder Docs (path-finder-docs)
A Quasar Project
## Install the dependencies
```bash
yarn
# or
npm install
```
### Start the app in development mode (hot-code reloading, error reporting, etc.)
```bash
quasar dev
```
### Lint the files
```bash
yarn lint
# or
npm run lint
```
### Format the files
```bash
yarn format
# or
npm run format
```
### Build the app for production
```bash
quasar build
```
### Customize the configuration
See [Configuring quasar.config.js](https://v2.quasar.dev/quasar-cli-vite/quasar-config-js).