Skip to content

sans2801/COCWebsite

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 

Repository files navigation

Ye hai README

The project consists of two parts client and server.

The folder new_client is under development currently and will replace the client folder someday.

Tips to get started :-

  1. Clone the repo.
    git clone https://github.com/CommunityOfCoders/COCWebsite.git
  1. Navigate to the server folder.
    cd server
  1. This one is dependent on what you wish to start henceforth.

    a. To start the server, type npm run start.

    b. To start the development server (the one that uses nodemon), type npm run serve.

    c. To start the new_client folder, type npm run new_client.

    d. To start both the server and the new_client concurrently, type npm run dev.

For the developers and the contributors :-

Always run the following two commands in all folders containing node_modules to ensure that the package-lock.json doesn't break.

    npm i
    npm ci

About

The official website of Community Of Coders, VJTI.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 89.3%
  • SCSS 5.0%
  • EJS 2.8%
  • CSS 2.0%
  • Other 0.9%