Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/yetanalytics/lrs-admin-ui
Shared Admin UI Lib for use in LRS implementations
https://github.com/yetanalytics/lrs-admin-ui
Last synced: 8 days ago
JSON representation
Shared Admin UI Lib for use in LRS implementations
- Host: GitHub
- URL: https://github.com/yetanalytics/lrs-admin-ui
- Owner: yetanalytics
- License: apache-2.0
- Created: 2021-06-30T20:09:40.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2024-11-20T22:47:11.000Z (about 1 month ago)
- Last Synced: 2024-11-20T23:29:50.788Z (about 1 month ago)
- Language: Clojure
- Size: 3.41 MB
- Stars: 4
- Watchers: 5
- Forks: 1
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# LRS Admin UI
CLJS Project for UI for some admin functions shared by multiple Yet LRS implementations
## Overview
Figwheel reagent+re-frame app that launches a UI with administrative LRS functions. Goal is being imported into an LRS client build to share majority of client application structure between implementations. Currently supports SQL LRS Admin API.
## Development
To get an interactive development environment run:
make dev
To build the stylesheets run:
make build-sass
To clean all compiled files:
make clean
To compile everything for production to `target/bundle`:
make bundle
## License
Copyright © 2021-2024 Yet Analytics, Inc.
Distributed under the Apache License version 2.0.