https://github.com/apillon/wiki
https://github.com/apillon/wiki
apillon documentation wiki
Last synced: 6 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/apillon/wiki
- Owner: Apillon
- Created: 2022-08-25T09:39:27.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2025-02-20T13:01:59.000Z (over 1 year ago)
- Last Synced: 2025-02-20T13:42:38.413Z (over 1 year ago)
- Topics: apillon, documentation, wiki
- Language: SCSS
- Size: 10.5 MB
- Stars: 7
- Watchers: 2
- Forks: 23
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Apillon Wiki
Welcome to Apillon documentation repository.
Please, see live documentation at: https://wiki.apillon.io
## Setup
Make sure to install the dependencies:
```bash
# yarn
yarn install
# npm
npm install
# pnpm
pnpm install --shamefully-hoist
```
## Development Server
Start the development server on http://localhost:8080/
```bash
npm run dev
```
Checkout the [deployment documentation](https://v3.nuxtjs.org/guide/deploy/presets) for more information.