ky213 / lxp-frontend

Learning Experience Platform

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Running LXP app locally

To run LXP app you need to:

URLs

Useful stuff

For usernames/passes checkout the docker-compose file If you run this code in detached mode, check out the logs with: docker-compose logs

If you need to restart everything from scratch, run: docker-compose down

If someone has added a new npm dependency or something and docker-compose up is failing/cant build containers because of missing dependencies, try: docker system prune docker-compose build --no-cache docker-compose up --force-recreate --build

About

Learning Experience Platform

License:MIT License


Languages

Language:JavaScript 96.6%Language:SCSS 1.8%Language:HTML 1.2%Language:CSS 0.3%Language:Shell 0.1%Language:Dockerfile 0.0%