Skip to content

NiketBahety/codeiiest-web

 
 

Repository files navigation

CodeIIEST Official Website

The Official Website Of CodeIIEST, the coding club of IIEST Shibpur


Link


Features


Pre-packed

UI Frameworks

Icons

Plugins

Coding Style

Dev tools

Usage

Clone to local

If you prefer to do it manually with the cleaner git history

npx degit antfu/vitesse my-vitesse-app
cd my-vitesse-app
pnpm i # If you don't have pnpm installed, run: npm install -g pnpm

Development

Just run and visit http://localhost:3333

pnpm dev

Build

To build the App, run

pnpm build

And you will see the generated file in dist that ready to be served.

Deploy on Netlify

Go to Netlify and select your clone, OK along the way, and your App will be live in a minute.

Thanks to

Packages

No packages published

Languages

  • Vue 65.9%
  • TypeScript 29.0%
  • CSS 2.9%
  • HTML 2.2%