Skip to content

jmmedina00/adoolting-screens

Repository files navigation

Adoolting user interface development

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

Prerequisites

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/

Building styles

Install Node dependencies:

npm install

Run build:

npm run build

Creating new screen from template

Install Python dependencies:

pip install pipenv
pipenv install

Run new screen script:

npm run create-screen <screen-name>

Running test server

npm start

About

Development of UI for Adoolting

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published