https://github.com/playerony/chargeflow-dashboard
https://github.com/playerony/chargeflow-dashboard
Last synced: 10 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/playerony/chargeflow-dashboard
- Owner: playerony
- Created: 2024-01-04T07:22:12.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-01-04T13:41:07.000Z (over 2 years ago)
- Last Synced: 2025-01-02T18:02:24.719Z (over 1 year ago)
- Language: TypeScript
- Homepage: https://chargeflow-dashboard.vercel.app
- Size: 211 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# chargeflow dashboard
Firstly I was focused on setuping entire project, so here we have (Maintainability first approach):
- **biome** as a blazingly fast rust-based formatter and linter,
- **vite** for code bunding,
- **vitest** works nice with vite in order to write simple tests (I didn't wrote any xD),
- **testing-library** nice stuff to make tests for your hooks and components,
- **commitlint** in order to apprach some commit name standard,
- **lint-staged** in order to reformat code before each commit,
# How to check it?
You can visit Vercel url: **[https://chargeflow-dashboard.vercel.app](https://chargeflow-dashboard.vercel.app)**
# How to run it?
- Clone repo using `git clone https://github.com/playerony/chargeflow-dashboard.git`,
- Go to the project directory,
- First you have to make sure your node version is correct so type `nvm use`,
- Now install all the packages `yarn install`,
- And finally `yarn dev`