Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/n1ght-0wls/lms
Awesome open-source learning management system
https://github.com/n1ght-0wls/lms
fastify lms nodejs vue
Last synced: about 1 month ago
JSON representation
Awesome open-source learning management system
- Host: GitHub
- URL: https://github.com/n1ght-0wls/lms
- Owner: N1ght-0wls
- License: mit
- Created: 2024-10-27T09:13:32.000Z (3 months ago)
- Default Branch: main
- Last Pushed: 2024-12-12T20:59:30.000Z (about 2 months ago)
- Last Synced: 2024-12-26T10:43:06.706Z (about 1 month ago)
- Topics: fastify, lms, nodejs, vue
- Language: TypeScript
- Homepage:
- Size: 429 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
# Awesome LMS
> [!WARNING]
> The app is a work in progress still. We're building it in public## Development
Install dependencies
```sh
pnpm i
```Build all app's packages
```sh
pnpm app:prepare
```Start development server
```sh
pnpm dev
```## Contribiting
If you want to contribute to improving the project, firstly read [CONTIRBUTING.md](https://github.com/N1ght-0wls/lms/blob/main/CONTRIBUTING.md)
## Licence
Awesome LMS is [MIT licenced](https://github.com/N1ght-0wls/lms/blob/main/LICENSE)