https://github.com/aliaks-ei/shephard
Expenses wallet
https://github.com/aliaks-ei/shephard
Last synced: 2 months ago
JSON representation
Expenses wallet
- Host: GitHub
- URL: https://github.com/aliaks-ei/shephard
- Owner: aliaks-ei
- Created: 2025-03-21T12:11:31.000Z (3 months ago)
- Default Branch: dev
- Last Pushed: 2025-03-21T14:27:31.000Z (3 months ago)
- Last Synced: 2025-03-21T14:29:50.517Z (3 months ago)
- Size: 166 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Shephard
Smart expenses wallet
## 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).