Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/apillon/wiki
https://github.com/apillon/wiki
apillon documentation wiki
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/apillon/wiki
- Owner: Apillon
- Created: 2022-08-25T09:39:27.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-11-07T13:36:42.000Z (about 2 months ago)
- Last Synced: 2024-11-07T14:28:35.997Z (about 2 months ago)
- Topics: apillon, documentation, wiki
- Language: SCSS
- Size: 10.5 MB
- Stars: 5
- Watchers: 3
- Forks: 21
- 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.