https://github.com/aleximb/sideducation
📚 Alternative adaptive learning experience platform (LXP) prototype
https://github.com/aleximb/sideducation
learning lxp platform
Last synced: 3 months ago
JSON representation
📚 Alternative adaptive learning experience platform (LXP) prototype
- Host: GitHub
- URL: https://github.com/aleximb/sideducation
- Owner: AlexImb
- License: mit
- Created: 2020-12-27T14:49:54.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2022-01-16T15:24:20.000Z (over 4 years ago)
- Last Synced: 2025-06-18T07:47:50.614Z (about 1 year ago)
- Topics: learning, lxp, platform
- Language: Vue
- Homepage: https://sideducation.web.app
- Size: 29.6 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Sideducation
> An alternative adaptive learning experience platform (LXP)

## Development
### Setup
```
yarn install
```
### Compiles and hot-reloads for development
```
yarn serve
```
### Compiles and minifies for production
```
yarn build
```
### Lints and fixes files
```
yarn lint
```
### Customize configuration
See [Configuration Reference](https://cli.vuejs.org/config/).