Sign inSign up

sedrad/elogical

By sedrad

Updated over 5 years ago

Image
0

413

sedrad/elogical repository overview

eLogical

Mobile eLearning PWA to teach solving boolean formulas which are randomly generated and visualized as trees.

The application is build on Vue 2.x and many other libraries for the visualization

The project eLogical.API is used as a service to do user management and to track analytics data.

Build

Docker

Since the api url and a secret key must be available statically on the client, you must create your own docker image build:

docker build \
   --build-arg API_URL=https://api.example.com \
   --build-arg ENCRYPT_KEY=1234 \
   -t elogical .
Dev environment
git clone https://github.com/srad/eLogical.git
cd eLogical
npm install
npm run serve

Commands

CommandDescription
npm installInstall dependencies
npm run serveCompiles and hot-reloads for development
npm run buildCompiles and minifies for production
npm run test:unitRun your unit tests
npm run lintLints and fixes files

Tag summary

Content type

Image

Digest

Size

224.1 MB

Last updated

over 5 years ago

docker pull sedrad/elogical