Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/apillon/wiki


https://github.com/apillon/wiki

apillon documentation wiki

Last synced: about 1 month ago
JSON representation

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.