Skip to content

Latest commit

 

History

History
34 lines (21 loc) · 645 Bytes

README.md

File metadata and controls

34 lines (21 loc) · 645 Bytes

links

links, bookmarks, navigation page

To Use

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

Preview