This pc bee frontend, utilizing electron to build a desktop application powered by vite and styled using shadcn ui components
To make this project run in your computer make sure that you have follow this steps.
Install these tech to make the project running
Before you start the backend make sure you to follow these steps to make sure everything runs well.
Get the projec by running
git clone https://github.com/khesir/PC-BEE-Frondend.git
Then run this to fetch the updates of the branch
git fetch
Then install all dependencies that will be used to this app
npm i
Finally, start the project by running
npm run dev
Run this command to check for bugs for build and others : mainly spotting bugs
npm run lint
This works to re-format shitty codes to good quality ones
npm run format
Don't create base components like input, buttons, import the components from shadcnui components
As for the whole project documentation you can see it from here below I have listed everything such as: