Skip to content

achou11/log

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Andrew Chou's log

Development

  1. Clone git repo: git clone https://github.com/achou11/log.git
  2. Make sure you have the following installed:
    • Janet and jpm. Depending on how you install Janet, jpm may already be installed.
    • Make
  3. Install deps: make install-deps
  4. To build the site, run: make bag-build
  5. View the output in a browser by opening a file in the generated /sites directory

TODO

  • Use jpm rules instead of a makefile?