Welcome to Apillon documentation repository.
Please, see live documentation at: https://wiki.apillon.io
Make sure to install the dependencies:
# yarn
yarn install
# npm
npm install
# pnpm
pnpm install --shamefully-hoist
Start the development server on http://localhost:8080/
npm run dev
Checkout the deployment documentation for more information.