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

https://github.com/leegeunhyeok/bxd-docs

📦 The BoxDB documentation website
https://github.com/leegeunhyeok/bxd-docs

Last synced: 24 days ago
JSON representation

📦 The BoxDB documentation website

Awesome Lists containing this project

README

        

# BoxDB documentation

## Setup

- Install [hugo](https://gohugo.io)

```bash
# Update submodules
git submodule update --init --recursive

# Create new page
hugo new content/filename.md

# Start local server for preview (draft contents included)
hugo server -D

# Build
hugo -d dist
```