This repository hosts the source code for the Google Developer Groups on Campus HKU website. The project is built using React and includes various dependencies for enhanced functionality and styling.
To install you first need node.js on your machine. You need to perform the following steps only the first time.
# Clone the repo
git clone https://github.com/Google-Developer-Groups-on-Campus-HKU/Google-Developer-Groups-on-Campus-HKU.github.io.git
cd Google-Developer-Groups-on-Campus-HKU.github.io/
# Install local dependencies
npm install
# Run on localhost:3000 (by default)
# and edit the src/portfolio.js file
npm start
that's it!
npm run deploy