An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          

# Sideducation

> An alternative adaptive learning experience platform (LXP)

![Preview](https://github.com/AlexImb/sideducation/blob/master/public/img/landing-window-student.png?raw=true)

## 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/).