Skip to content

Latest commit

 

History

History
28 lines (20 loc) · 787 Bytes

File metadata and controls

28 lines (20 loc) · 787 Bytes

Google-Developer-Groups-on-Campus-HKU Website

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.

🚀 Quick Start

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!

Deploy

npm run deploy