https://github.com/promaethius/autobibliograph
Open Source dILS aimed at empowering local libraries, reduce overhead, and foster curiosity.
https://github.com/promaethius/autobibliograph
Last synced: 4 months ago
JSON representation
Open Source dILS aimed at empowering local libraries, reduce overhead, and foster curiosity.
- Host: GitHub
- URL: https://github.com/promaethius/autobibliograph
- Owner: Promaethius
- License: apache-2.0
- Created: 2021-07-20T20:57:13.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2021-12-17T18:52:41.000Z (over 4 years ago)
- Last Synced: 2025-08-19T04:50:09.103Z (10 months ago)
- Language: Vue
- Size: 281 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# autobibliograph
## 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/).