# Wiki.js (ux)The most powerful and extensible open source Wiki software## Install the dependencies```bashyarn# ornpm install```### Start the app in development mode (hot-code reloading, error reporting, etc.)```bashquasar dev```### Lint the files```bashyarn lint# ornpm run lint```### Build the app for production```bashquasar build```### Customize the configurationSee [Configuring quasar.config.js](https://v2.quasar.dev/quasar-cli-vite/quasar-config-js).