CLJS Project for UI for some admin functions shared by multiple Yet LRS implementations
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.
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
Copyright © 2021-2024 Yet Analytics, Inc.
Distributed under the Apache License version 2.0.