NGPixel 278a9bef1d chore: ext path fix + noto-emoji build script il y a 2 ans
..
.vscode 3a57145e3d refactor: initial import from v3 prototype il y a 3 ans
public 9fb9f53d53 feat: table editor (wip) + markdown editor improvements il y a 2 ans
src 278a9bef1d chore: ext path fix + noto-emoji build script il y a 2 ans
.editorconfig 3a57145e3d refactor: initial import from v3 prototype il y a 3 ans
.eslintignore 3a57145e3d refactor: initial import from v3 prototype il y a 3 ans
.eslintrc.js d9dbd0f62f feat: login screen UI + server code cleanup il y a 3 ans
.gitignore fd021a7999 fix: yarn 3 on ux project il y a 3 ans
.npmrc 638383252c feat: native editing + admin editors (wip) il y a 2 ans
README.md 3a57145e3d refactor: initial import from v3 prototype il y a 3 ans
apollo.config.js 3a57145e3d refactor: initial import from v3 prototype il y a 3 ans
index.html 9a4ac686ca feat: upload site favicon il y a 3 ans
jsconfig.json 24ddab73fc feat: scheduler history + retries + admin scheduler page (wip) il y a 3 ans
package-lock.json 50054dfa4f feat: markdown editor renderer il y a 2 ans
package.json 50054dfa4f feat: markdown editor renderer il y a 2 ans
postcss.config.js 3a57145e3d refactor: initial import from v3 prototype il y a 3 ans
quasar.config.js d2a18eca3c feat: welcome overlay + editor improvements il y a 2 ans

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.