Skip to content

Latest commit

 

History

History
37 lines (25 loc) · 859 Bytes

README.md

File metadata and controls

37 lines (25 loc) · 859 Bytes

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/.