Skip to content

Latest commit

 

History

History
20 lines (15 loc) · 378 Bytes

README.md

File metadata and controls

20 lines (15 loc) · 378 Bytes

🧩 Intro Frontend

Note

This project is still in the works and there's alot I want to add to it.

Installation

npm install
npm run dev
open http://localhost:5173

Releasing

On a build, vite will generate a dist folder with the compiled files. It also includes a robots.txt and sitemap.xml file for SEO purposes.

npm run build