Skip to content

chaittan/CodingClub

 
 

Repository files navigation

Currently Live At

https://codingclubiitjmu.in

CodingClub Website Deployment Guide

Steps to update and deploy the CodingClub website on Hostinger VPS.

Deployment Steps

  1. SSH into Hostinger VPS:

    ssh root@vps_ip

    Replace vps_ip with VPS IP address.

  2. Navigate to the CodingClub directory:

    cd CodingClub
  3. Pull the latest changes from the Git repository:

    git pull
  4. Build the project:

    pnpm build

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 91.6%
  • CSS 7.4%
  • HTML 1.0%