NGPixel b8a44d99ae feat: search kbd shortcut + fix logo upload před 2 roky
..
.vscode 3a57145e3d refactor: initial import from v3 prototype před 3 roky
public 102c23ec1e feat: locale system groundwork + various improvements před 2 roky
src b8a44d99ae feat: search kbd shortcut + fix logo upload před 2 roky
.editorconfig 3a57145e3d refactor: initial import from v3 prototype před 3 roky
.eslintignore 3a57145e3d refactor: initial import from v3 prototype před 3 roky
.eslintrc.js 0eee0519ed feat: insert asset in editor před 2 roky
.gitignore fd021a7999 fix: yarn 3 on ux project před 3 roky
.npmrc 638383252c feat: native editing + admin editors (wip) před 2 roky
README.md 3a57145e3d refactor: initial import from v3 prototype před 3 roky
apollo.config.js 3a57145e3d refactor: initial import from v3 prototype před 3 roky
index.html 9a4ac686ca feat: upload site favicon před 3 roky
jsconfig.json 24ddab73fc feat: scheduler history + retries + admin scheduler page (wip) před 3 roky
package-lock.json d1bf125f74 ci: fix build workflow před 2 roky
package.json d1bf125f74 ci: fix build workflow před 2 roky
postcss.config.js 3a57145e3d refactor: initial import from v3 prototype před 3 roky
quasar.config.js 123b0e15d4 ci: fix Dockerfile + quasar build context před 2 roky

README.md

Wiki.js (ux)

The most powerful and extensible open source Wiki software

Install the dependencies

yarn
# or
npm install

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

quasar dev

Lint the files

yarn lint
# or
npm run lint

Build the app for production

quasar build

Customize the configuration

See Configuring quasar.config.js.