About

Vitesse-Solid is an opinionated Vite and SolidJS starter template, Inspired by vitesse. With file-based routing, components auto importing, markdown support, I18n, PWA and uses UnoCSS for styling and icons.

// syntax highlighting example
function vitesse() {
  const foo = 'bar'
  console.log(foo)
}