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

https://github.com/apklab/website

Documentation site for APKLab
https://github.com/apklab/website

Last synced: 9 days ago
JSON representation

Documentation site for APKLab

Awesome Lists containing this project

README

          


APKLab website

Based on [Doks](https://getdoks.org) Hugo theme.
## Requirements

- [Node.js](https://nodejs.org/) >= 14.x

## Get started

### 1. Clone this repo

```bash
git clone https://github.com/apklab/website
```

### 2. Install npm packages

```bash
npm install
```

### 3. Start local development server

```bash
npm run start
```

### 4. Open http://localhost:1313 in your browser
## Other commands

Doks comes with few other [commands](https://getdoks.org/docs/prologue/commands/) for common tasks.