This repository contains a demo application which demonstrate the usage of Chabok's automation library for javascript and browsers.
Feel free to fork it on your machine and explore the code.
- Vue 3
- Typescript
- Tailwindcss
- Vite
For the repository and install dependencies using npm
:
git clone https://github.com/chabok-io/chabok-io.github.io.git
cd chabok-io.github.io
npm ci
In order to start the dev server, run the following command:
npm run dev
then head to localhost:3000.
run the following command build and optimize the application for production:
npm run build
Then put the dist
directory at the root of your web server.
Also it is possible to preview the production build on your local machine:
npm run serve
Then open localhost:5000 in your browser.
Thanks to the prior work by Qarch which makes this app looks great.
Also the html logger, inspired by html-logger.
Code Released under the MIT License.