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

https://github.com/atomix/atomix.github.io

Atomix Website
https://github.com/atomix/atomix.github.io

Last synced: about 1 year ago
JSON representation

Atomix Website

Awesome Lists containing this project

README

          

# Atomix Website

## Setup

```
pip install mkdocs mkdocs-material mkdocs-minify-plugin
```

## Run

```
mkdocs serve
```

Then browse to `http://localhost:8000`

## Publish

```
mkdocs gh-deploy
```