Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 1006 Bytes

README.md

File metadata and controls

17 lines (12 loc) · 1006 Bytes

HKU Hackathon Society official website

This is the official website of The Hackathon Society at HKU, live site is up and can be accessed here

Development guides

The website was developed using GatsbyJS and ReactJS. Prior knowledges of those technologies are not required but might be helpful for development.

Getting started

  1. Install NodeJS and NPM.
  2. Install Git.
  3. Install Gatsby-CLI via the following command npm install -g gatsby-cli.
  4. Clone this repository, git clone https://github.com/HackSocHKU/hacksoc_website.git.
  5. Install project dependencies via the following command npm install in the root directory.
  6. Execute gatsby develop in the root directory of this project.
  7. The local development version will be accessible on localhost:8000.