NGPixel aeef7b1e53 feat: markdown server rendering + use editor config + change password hace 2 años
..
.vscode 3a57145e3d refactor: initial import from v3 prototype hace 3 años
public aeef7b1e53 feat: markdown server rendering + use editor config + change password hace 2 años
src aeef7b1e53 feat: markdown server rendering + use editor config + change password hace 2 años
.editorconfig 3a57145e3d refactor: initial import from v3 prototype hace 3 años
.eslintignore 3a57145e3d refactor: initial import from v3 prototype hace 3 años
.eslintrc.js 0eee0519ed feat: insert asset in editor hace 2 años
.gitignore fd021a7999 fix: yarn 3 on ux project hace 3 años
.npmrc 638383252c feat: native editing + admin editors (wip) hace 2 años
README.md 3a57145e3d refactor: initial import from v3 prototype hace 3 años
apollo.config.js 3a57145e3d refactor: initial import from v3 prototype hace 3 años
index.html 9a4ac686ca feat: upload site favicon hace 3 años
jsconfig.json 24ddab73fc feat: scheduler history + retries + admin scheduler page (wip) hace 3 años
package-lock.json 59f6b6fedc feat: markdown preview sync + code blocks syntax highlighting hace 2 años
package.json 59f6b6fedc feat: markdown preview sync + code blocks syntax highlighting hace 2 años
postcss.config.js 3a57145e3d refactor: initial import from v3 prototype hace 3 años
quasar.config.js c0df6d5b69 fix: remove monaco-editor externals hace 2 años

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.