How to run local server:
Once you installed all the dependancies run command npm run dev
How to make build and export:
Run command npm run build. It will create out folder where all the static files are resides.
Fonts
By default, the template loads this font from Google Web Font Services, you can change the font with the one that suits you best.
@import url("https://fonts.googleapis.com/css2?family=Archivo:wght@300;500;600&family=Poppins:wght@400;600&display=swap");
Box Icons
import { BiChevronRight, BiX } from "react-icons/bi";
<BiChevronRight size="36" />