https://github.com/piotrjustyna/foa
Feedback On Anything.
https://github.com/piotrjustyna/foa
Last synced: 7 months ago
JSON representation
Feedback On Anything.
- Host: GitHub
- URL: https://github.com/piotrjustyna/foa
- Owner: PiotrJustyna
- License: apache-2.0
- Created: 2018-08-07T20:02:50.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2018-10-14T22:50:20.000Z (almost 7 years ago)
- Last Synced: 2025-01-11T16:39:00.587Z (9 months ago)
- Language: Erlang
- Homepage:
- Size: 24.4 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# foa
Feedback On Anything.
## build & run
### quick start
Remove temporary feedback storage, build and run the application:
```
$ ./quick_start.sh
```### start
Remove temporary feedback storage, generate documentation, build and run the application:
```
$ ./start.sh
```### clean
Remove temporary feedback storage, generate documentation:
```
$ ./clean.sh
```