Cryptocurrency prices in real-time. Live version This is Svelte version of widget. ReactJS version avaliable here
To run the project correctly you need to install yarn and chrome first
A step by step series of examples that tell you how to get a development env running
Simply clone the repository
git clone [email protected]:enemycnt/bi-widget.git
cd bi-widget
then install dependencies
pnpm install
and finally run the app in dev
pnpm dev
To create an optimised version of the app:
pnpm build
You can run the newly built app with pnpm start
.
To run end to end tests you should run app in development mode
pnpm start
then run in another terminal tab/window
pnpm e2e
It starts testcafe tool and tests category change and text search