Website for the competitive programming club at the University of Minnesota.
This website is built using React, Typescript, and ChakraUI.
All of the required tools can be easily installed with Node Package Manager (npm) which comes with an installation of Node.js. Here are the steps to get started:
- Download Node.js, here's a link to its main page: https://nodejs.org/en/
- Open a terminal
- Clone this repo and navigate into it with the following commands:
git clone https://github.com/cppumn/website.git cd website - Navigate to the
cpp-websitedirectory within the repo:cd cpp-website - Ensure there is a
package.jsonfile in you current directory. - Install all the requirements:
npm install
After this, you should be done with all the installation! The README.md in the cpp-website directory will give you more information on running and deploying the site.
Check out the following pages for further documentation about the website: