vasco.dev website Directory structure src: contains all source code (html, css and js) public: contains all public static assets dist will contain the Vite built version of the project Install dependencies yarn install For development yarn dev Building yarn build Preview yarn preview