/wiki

Primary LanguageSCSS

Apillon Wiki

Welcome to Apillon documentation repository.

Please, see live documentation at: https://wiki.apillon.io

Setup

Make sure to install the dependencies:

# yarn
yarn install

# npm
npm install

# pnpm
pnpm install --shamefully-hoist

Development Server

Start the development server on http://localhost:8080/

npm run dev

Checkout the deployment documentation for more information.