npm i- Vite server with hot reload
npm run dev
- Type check
npm run check
- Vite build
npm run build
- To null-dev for the CSS preprocess - which allows to use
@importwhile still limiting the scope of the stylesheet to the component context. (The script was uploaded here)- To Hyperplexed for the idea of the effect on project cards and the explanation of its implementation (I saw this video)