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
- Host: GitHub
- URL: https://github.com/automaapp/documentation
- Owner: AutomaApp
- Created: 2022-01-14T11:54:01.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2025-02-18T09:34:19.000Z (over 1 year ago)
- Last Synced: 2025-02-18T09:36:20.947Z (over 1 year ago)
- Homepage: https://docs.automa.site
- Size: 595 KB
- Stars: 70
- Watchers: 3
- Forks: 278
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
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
```