fantasia-archive/README.md
Elvanos a3f637d55a First commit of the 2023 version of FA
Modified readme file for proper install
Electron dev env works
Build untested so far
2023-08-19 10:43:21 +02:00

29 lines
537 B
Markdown

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