Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/fliplet/fliplet-widget-audit-log
https://github.com/fliplet/fliplet-widget-audit-log
Last synced: about 4 hours ago
JSON representation
- Host: GitHub
- URL: https://github.com/fliplet/fliplet-widget-audit-log
- Owner: Fliplet
- License: gpl-3.0
- Created: 2022-02-07T20:23:58.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2022-10-18T09:02:34.000Z (about 2 years ago)
- Last Synced: 2023-08-02T02:34:06.673Z (over 1 year ago)
- Language: JavaScript
- Homepage:
- Size: 608 KB
- Stars: 0
- Watchers: 0
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Fliplet Widget - Audit Log
## Development
This widget is meant to be used with the Fliplet platform.
Run for local development with the [`fliplet-cli`](https://github.com/Fliplet/fliplet-cli):
```bash
npm install
npm run watch
```Then, keep the watcher running and on a new tab run the following command:
```bash
fliplet run
```