Giter VIP home page Giter VIP logo

frontend's Introduction

Travis (.org) GitHub Discord

About Sumé LMS

Note: This repository contains the web application of the Sumé LMS. If you are looking for more information about the application, we strongly recommend you to check the documentation.

Sumé LMS is a modern and open-source learning management system that uses modern technologies to deliver performance and scalability to your learning environment.

  • Compatible with SCORM and xAPI (TinCan)
  • Flexible and modular
  • Open-source and Free
  • Fast and modern
  • Easy to install and run
  • Designed for microservices
  • REST API based application
  • and more.

Table of Contents


Prerequisites

* we do recommend this option 😉

Setup

Create an .env file on root directory

SKIP_PREFLIGHT_CHECK=true

REACT_APP_KEYCLOAK_URL=http://sso.sumelms.sol/auth
REACT_APP_KEYCLOAK_REALM=sume
REACT_APP_KEYCLOAK_CLIENT_ID=sume-app

Note: Alternatively, you could also duplicate and rename the existing .env.example file.

Install the dependencies

$ yarn install

Compile all translations

$ yarn generate:translations

Running authentication server (Keycloak)

$ podman run \
  -v ./keycloak:/realm \
  -p 8080:8080 \
  -e KEYCLOAK_USER=admin \
  -e KEYCLOAK_PASSWORD=admin \
  -e KEYCLOAK_IMPORT=/realm/sume.json \
  jboss/keycloak

Running the app

$ yarn start

Commands

Build the app

$ yarn build

Run code linter

$ yarn lint

Run Storybook components

$ yarn storybook

Mocks and Docs

Tests E2E

Tests E2E commands

Verify that Cypress is installed correctly and is executable.

$ yarn cy:verify

Runs Cypress tests to completion.

$ yarn test:e2e

Opens the Cypress Test Runner.

$ yarn test:e2e:open

Runs tests E2E to CI.

$ yarn test:e2e:ci

Contributing

Thank you for considering contributing to the project. In order to ensure that the Sumé LMS community is welcome to all make sure to read our Contributor Guideline.

Code of Conduct

Would you like to contribute and participate in our communities? Please read our Code of Conduct.

Team

Core

  • Ariane Rocha (@arianerocha)
  • Ricardo Lüders (@rluders)
  • Mariany Ferreira da Silva (@marianyfs)

Active

  • Rafael Basask (@basask)
  • Camila Moura (@mouracamila)

Support

Discussion

You can reach us or get community support in our Discord server. This is the best way to find help and get in touch with the community.

Bugs or feature requests

If you found a bug or have a feature request, the best way to do it is opening an issue.

License

This project is licensed by the Apache License 2.0. For more information check the LICENSE file.

frontend's People

Contributors

arianerocha avatar basask avatar dependabot[bot] avatar marianyfs avatar mouracamila avatar rluders avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.