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

https://github.com/automaapp/documentation

Documentation for automa chrome extension
https://github.com/automaapp/documentation

Last synced: over 1 year ago
JSON representation

Documentation for automa chrome extension

Awesome Lists containing this project

README

          

# Automa Documentation
📝 Documentation for the [automa](https://github.com/kholid060/automa) chrome extension.

## Building the Documentation
Install git if you don't already have it, and check out the documentation repo as follows,

```bash
$ git clone https://github.com/AutomaApp/documentation.git
$ cd documentation
```
### Developing
```bash
$ yarn install
$ yarn dev # dev server at http://localhost:8080
```