This is the official website of The Hackathon Society at HKU, live site is up and can be accessed here
The website was developed using GatsbyJS and ReactJS. Prior knowledges of those technologies are not required but might be helpful for development.
- Install NodeJS and NPM.
- Install Git.
- Install
Gatsby-CLI
via the following commandnpm install -g gatsby-cli
. - Clone this repository,
git clone https://github.com/HackSocHKU/hacksoc_website.git
. - Install project dependencies via the following command
npm install
in the root directory. - Execute
gatsby develop
in the root directory of this project. - The local development version will be accessible on
localhost:8000
.