Skip to content

CodeChef-SMVDU/CC-Website

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

60 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CC-Website

Role of this repo:

This repo is the official codebase of the codechef-SMVDU website. This project is made using VUE.js and vuetify

Deployment:

This project is deployed on Netlify

Netlify Status

Deployment Commands:

Build Command: npm run build or yarn build
Publish directory: dist

Communication

All the communication regarding codechef SMVDU chapter or repo related queries can be asked in the discord server

Discord Chat

Installation (Windows/Linux)

    git clone https://github.com/CodeChef-SMVDU/CC-Website.git
  • Now move to the project directory on your machine.
    cd CC-Website
  • Install all the dependencies using:
# install dependencies
$ npm install
  • Run the development server using:
# serve with hot reload at localhost:3000
$ npm run dev
  • Now the server is running on PORT 3000