fantasia-archive/README.md

29 lines
537 B
Markdown
Raw Normal View History

# Fantasia Archive (fantasia-archive)
2021-07-10 04:38:42 +12:00
A worldbuilding database manager
2021-07-10 04:38:42 +12:00
Use Yarn 1.22.19 or stuff is gonna bug out.
## Install the dependencies and set up the project
2021-07-10 04:38:42 +12:00
```bash
yarn
2021-07-10 04:38:42 +12:00
```
### Start the app in Quasar development mode (hot-code reloading, error reporting, etc.)
2021-07-10 04:38:42 +12:00
```bash
quasar dev -m electron
2021-07-10 04:38:42 +12:00
```
### Lint the files
```bash
yarn lint
2021-07-10 04:38:42 +12:00
```
### 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).