https://github.com/strifel/etherpadlog
See a Log of your Etherpad File (or BBB shared notes file)
https://github.com/strifel/etherpadlog
bbb bigbluebutton etherpad school
Last synced: 9 months ago
JSON representation
See a Log of your Etherpad File (or BBB shared notes file)
- Host: GitHub
- URL: https://github.com/strifel/etherpadlog
- Owner: strifel
- Archived: true
- Created: 2021-02-08T13:14:02.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2024-12-03T14:25:41.000Z (over 1 year ago)
- Last Synced: 2025-02-22T11:32:14.449Z (over 1 year ago)
- Topics: bbb, bigbluebutton, etherpad, school
- Language: Vue
- Homepage:
- Size: 145 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# etherpad_log
## Project setup
```
npm install
```
### Compiles and hot-reloads for development
```
npm run serve
```
### Compiles and minifies for production
```
npm run build
```
### Lints and fixes files
```
npm run lint
```
### Customize configuration
See [Configuration Reference](https://cli.vuejs.org/config/).