Go to file
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
.github/workflows added environment GH settings 2022-05-28 18:58:16 +02:00
.vscode First commit of the 2023 version of FA 2023-08-19 10:43:21 +02:00
public First commit of the 2023 version of FA 2023-08-19 10:43:21 +02:00
src First commit of the 2023 version of FA 2023-08-19 10:43:21 +02:00
src-electron First commit of the 2023 version of FA 2023-08-19 10:43:21 +02:00
.editorconfig First new FA commit 2021-07-09 18:38:42 +02:00
.eslintignore First commit of the 2023 version of FA 2023-08-19 10:43:21 +02:00
.eslintrc.cjs First commit of the 2023 version of FA 2023-08-19 10:43:21 +02:00
.gitignore First commit of the 2023 version of FA 2023-08-19 10:43:21 +02:00
.npmrc First commit of the 2023 version of FA 2023-08-19 10:43:21 +02:00
index.html First commit of the 2023 version of FA 2023-08-19 10:43:21 +02:00
package.json First commit of the 2023 version of FA 2023-08-19 10:43:21 +02:00
postcss.config.cjs First commit of the 2023 version of FA 2023-08-19 10:43:21 +02:00
quasar.config.js First commit of the 2023 version of FA 2023-08-19 10:43:21 +02:00
README.md First commit of the 2023 version of FA 2023-08-19 10:43:21 +02:00
tsconfig.json First commit of the 2023 version of FA 2023-08-19 10:43:21 +02:00
yarn.lock First commit of the 2023 version of FA 2023-08-19 10:43:21 +02:00

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

yarn

Start the app in Quasar development mode (hot-code reloading, error reporting, etc.)

quasar dev -m electron

Lint the files

yarn lint

Build the app for production

quasar build

Customize the configuration

See Configuring quasar.config.js.