Skip to content

This repository is for the LycheeOrg.github.io website and the documentation contained there. For Lychee issues please visit https://github.com/LycheeOrg/Lychee

License

Notifications You must be signed in to change notification settings

LycheeOrg/LycheeOrg.github.io

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

LycheeOrg.github.io

Build Status

Dependencies

  • GNU Make
  • npm
  • Python 3 (because I don't like Python 2.7)
  • git

Setup

npm install
pip install -r requirements.txt

Local dev

In order to get the visual feedback of the website (without docs), you can run a local version:

npm run dev
# Open http://localhost:4321/

Generating

Run make to generate the HTML files, which can then be found in dist/.