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
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
Install node_modules
:
yarn
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:
yarn start
yarn build
Locally
yarn playwright:headed
CI
yarn e2e:test