https://github.com/krdlab/group-note
You can share your notes with your team on a private group.
https://github.com/krdlab/group-note
Last synced: 8 months ago
JSON representation
You can share your notes with your team on a private group.
- Host: GitHub
- URL: https://github.com/krdlab/group-note
- Owner: krdlab
- Created: 2016-02-27T07:11:39.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2016-03-16T17:11:06.000Z (over 10 years ago)
- Last Synced: 2025-04-02T21:14:51.629Z (about 1 year ago)
- Language: Haskell
- Homepage:
- Size: 69.3 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Group Note (Experimental Project)
[](https://circleci.com/gh/krdlab/group-note)
You can share your notes with your team on a private group.
## Run api-sever
```sh
$ cd api-server
$ stack setup
$ stack build
$ stack exec api-server-exe -- --help
```