Skip to content

alicarpio/Site

 
 

Repository files navigation

Kokoa-Website

Sitio web oficial del club Kokoa ESPOL.

Developing

Once you've created a project and installed dependencies with pnpm install, start a development server:

pnpm run dev

# or start the server and open the app in a new browser tab
pnpm run dev -- --open

Setup

It is recommended to use VSCode with the Eslint, Prettier, Svelte, and TailwindCSS Extensions.

Building

To create a production version of your app:

pnpm run build

You can preview the production build with pnpm run preview.

Style Guide

All variables and functions must be in snake_case. Every piece of code, filename and comment must be in English. Components must be in PascalCase.

About

Sitio web oficial del club Kokoa ESPOL

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Svelte 85.5%
  • TypeScript 6.3%
  • JavaScript 4.3%
  • HTML 1.8%
  • Dockerfile 1.0%
  • CSS 0.6%
  • Other 0.5%