Skip to content

Latest commit

 

History

History
13 lines (10 loc) · 196 Bytes

README.md

File metadata and controls

13 lines (10 loc) · 196 Bytes

Frontend

Frontend part of crypto issues is built with vue and typescript, using pinia for store.

To run localy first install dependancies

npm i

Then to run dev

npm run dev