Skip to content

lolo1208/links

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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