# 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).