To clone and run this repository you'll need Git and Node.js (which comes with npm) installed on your computer. From your command line:
# Clone this repository
git clone https://github.com/lolo1208/links
# Go into the repository
cd links
# Install dependencies
npm install
# Edit config.yml
open ./src/config.yml
# Build
sh ./bin/build.sh
# or ./bin/build.bat
# View the page in your browser
open ./dest/index.html