Skip to content

EscolaLMS/Admin

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