# Instalar Dependencias
npm install
# Crear tu propio ENV
mv .env.example .env
# Levantar el server en el puerto indicado
npm run dev
# Construrir para Produccion
npm run build
npm run start
# Generar el app estatico
npm run generate
# => http://localhost:PORT/_tailwind/