Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/thonatos/antpress

Minimalistic React-powered static site generator.
https://github.com/thonatos/antpress

antd docs-generator react site-generator ssr

Last synced: 3 months ago
JSON representation

Minimalistic React-powered static site generator.

Awesome Lists containing this project

README

        

# Antpress · [![GitHub license][license-square]][license-url]

Minimalistic React-powered static site generator.

[![NPM version][npm-image]][npm-url]

[npm-image]: https://img.shields.io/npm/v/antpress.svg?style=flat-square
[npm-url]: https://npmjs.org/package/antpress

[license-square]: https://img.shields.io/badge/license-MIT-blue.svg?style=flat-square
[license-url]: https://github.com/thonatos/antpress/blob/master/LICENSE

## Demo

- [https://antpress.eggjs.app/](https://antpress.eggjs.app/)

## Usage

- install

```bash
npm install antpress
```

- build

```bash
npx antpress build
npx antpress render
```

- example

```bash

# download example
git clone https://github.com/thonatos/antpress-egg
cd antpress-egg

# install antpress
yarn add antpress

# build template
npx antpress build

# render docs
npx antpress render
```

## TODO

- [ ] theme
- [ ] layout

## License

[MIT](LICENSE)