Markup project created by figma design.
Demo link url
RTL version: url
src directory contains source files, like styles, js, and html. Once project is compiled, the dist directory will be created and it should be used for the production project.
nodeenv used to isolate the node versions on the system
pip3 install nodeenv
Create a virtualenv with the 18 nod version
nodeenv -n 18.12.1 env
Active it
. env/bin/activate
npm install
npm run dev
npm run build