Skip to content

open-source-uc/uottahack.osuc.dev

Repository files navigation

uottahack.osuc.dev

Stack

Getting Started

  1. Clona el repositorio
  2. Instala las dependencias
npm install
  1. Corre el servidor
npm run dev
  1. Abre http://localhost:5173 con tu navegador para ver el resultado.

Build

npm run build