Skip to content

EscolaLMS/Admin

Folders and files

NameName
Last commit message
Last commit date
Jan 3, 2025
Feb 7, 2025
Feb 7, 2025
Mar 3, 2025
Aug 11, 2022
Apr 21, 2022
Feb 26, 2021
Aug 22, 2022
Jun 9, 2022
Feb 14, 2024
Jul 20, 2022
Nov 4, 2024
Feb 26, 2021
Feb 26, 2021
Feb 26, 2021
Jan 2, 2025
Jan 2, 2025
Feb 14, 2024
Feb 14, 2024
Feb 14, 2024
Feb 18, 2025
Apr 24, 2023
Jan 3, 2025
Feb 5, 2025

Repository files navigation

Escola LMS

End-to-end Tests

This project is initialized with Ant.design PRO. Follow is the quick guide for how to use.

Documentation on how to use admin panel are available at docs.wellms.io

Environmental Variables

You need to provide URL to API for Admin to work

example

REACT_APP_API_URL='https://api-stage.escolalms.com'

those can be in .env file or in Environmental Variables

Environment Prepare

Install node_modules:

yarn

Provided Scripts

Escola LMS provides some useful script to help you quick start and build with web project, code style check and test.

Scripts provided in package.json. It's safe to modify or add additional script:

Start project

yarn start

Build project

yarn build

e2e tests

Locally

yarn playwright:headed

CI

yarn e2e:test

More