Contents:
This is the repository of the official website for Codechef VIT Bhopal Chapter hosted at codechefvitbhopal.tech.
CodeChef VIT Bhopal Chapter is a programming club run and maintained by the official chapter leaders and mentored by CodeChef. The chapter drives to make learning competitive programming accessible to students. The chapter aims to make VIT Bhopal’s coding culture the very best. The community emphasizes smoothing coding skills, data structures, and algorithmic knowledge of the club members and students alike.
This website is built using Firebase by Google, complimented with Next.js, a React framework.
- Firebase Documentation -- learn about what Firebase products offer.
- React Documentation -- learn about how to use React.
- Next.js Documentation - learn about Next.js features and API.
- To run our website on your local machine you need to clone this repository and install all node modules.
- To check if your system has npm installed type
npm --version
in cmd or in the terminal of whatever operating system you are using. - If it's not showing the version download Node.js from https://nodejs.org/en/download/ for your OS.
- In the folder where you cloned this repo, run
npm install
to install all the packages in package.json. - Now you are ready🚀 to run the CodeChef VITB website on your local machine
- Use the below command in the terminal opened in the repo folder. This will run the script and start a development server.
npm run dev
- To build the code use(next build generates an optimized version of your application for production)
npm run build
- To export the code use(next export allows you to export your Next. js application to static HTML, which can be run standalone without the need of a Node. js server)
npm run export
- Finally, if you wanted to do it all in just one step and you are logged in with the Official CodeChef firebase account, you can just use
npm run deploy
Remember- To run this you should quit
npm run dev
local server through the terminal.
The CODECHEF VIT BHOPAL CHAPTER is a growing community with a talented and strong team. The community has conducted numerous events in the past and we do not wish to settle anytime soon. We have a plethora of fun and informative sessions and competitions lined up. As more and more crew members join this massive ship, the chapter sails forward to being the biggest and best programming community at VIT Bhopal.
The pillars of this website rest upon the firm shoulders of the talented Website Team. It is their tireless and devoted efforts that keep the website up and running.