This repository contains the source files for Adoolting's user interface. No actual functionality is to be implemented here.
Check application code in adoolting
Notice: sample assets obtained from Pexels and Freepik
NodeJS: https://nodejs.org/en
Install Docker Compose: https://docs.docker.com/compose/install/
Python 3 and pipenv (development only): https://pip.pypa.io/en/stable/installation/
Install Node dependencies:
npm install
Run build:
npm run build
Install Python dependencies:
pip install pipenv
pipenv install
Run new screen script:
npm run create-screen <screen-name>
npm start