Deriv.com V2 - a sandbox for the Quill Design System
The Deriv Com V2 Project serves as a sandbox for the Quill Design System. This is where we construct our Quill blocks and components, and develop our application within the apps folder utilizing these reusable elements. Additionally, Quill Icons are incorporated here.
Follow these steps to install, set up and run the project locally. Make sure you have the prerequisites installed before you begin.
- Node v18.x
- Git v2.3
git clone git@github.com:deriv-com/deriv-com-v2.git
cd deriv-com-v2
npm ci
Inside the apps folder there can be multiple projects. Check package.json
file to setup custom commands for each projects. To run HK
project
Develop HK Project:
npm run dev:hk
Build HK Project:
npm run build:hk
Note: the static html/css/js output will be in: dist/apps/deriv-hk/exported
Run Storybook:
npm run storybook
Build Storybook:
npm run build-storybook
Note: the build files will be in: dist/storybook/storybook-host
- Deriv Frontend Team