No description
  • TypeScript 99.3%
  • HTML 0.6%
Find a file
2023-12-09 22:44:32 +04:00
.husky chore: Test husky 2023-12-08 11:48:46 +04:00
public Change favicon and title 2023-12-09 11:58:01 +03:00
src Aboba 2 2023-12-09 22:44:32 +04:00
.eslintrc.cjs chore: Setup prettier with eslint 2023-12-08 10:50:51 +04:00
.gitignore chore: Init project 2023-12-08 10:30:39 +04:00
.prettierrc chore: Setup prettier with eslint 2023-12-08 10:50:51 +04:00
bun.lockb wip: working on profile 2023-12-09 15:50:07 +03:00
index.html Change favicon and title 2023-12-09 11:58:01 +03:00
package-lock.json build: Add chart.js 2023-12-09 16:55:04 +04:00
package.json build: Add chart.js 2023-12-09 16:55:04 +04:00
README.md Update README.md 2023-12-09 21:32:25 +03:00
tsconfig.json chore: Init project 2023-12-08 10:30:39 +04:00
tsconfig.node.json chore: Init project 2023-12-08 10:30:39 +04:00
vite.config.ts chore: Setup prettier with eslint 2023-12-08 10:50:51 +04:00

FSP Finals Frontend

How to dev?

git clone git@github.com:csit-sgu/fsp-finals-frontend.git
cd fsp-finals-frontend
npm i
npm run prepare
npm run dev

How to format?

npm run lint:fix

Architecture

image