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
- Host: GitHub
- URL: https://github.com/atomix/atomix.github.io
- Owner: atomix
- Created: 2015-09-17T03:24:25.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2023-07-21T20:38:18.000Z (almost 3 years ago)
- Last Synced: 2025-04-13T18:18:11.815Z (about 1 year ago)
- Homepage: http://atomix.io
- Size: 33.8 MB
- Stars: 7
- Watchers: 4
- Forks: 16
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
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
```