An open API service indexing awesome lists of open source software.

https://github.com/playerony/chargeflow-dashboard


https://github.com/playerony/chargeflow-dashboard

Last synced: 10 months ago
JSON representation

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`