Skip to content

Takashiidobe/one-on-one

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

One on One Template

This repository is a One on One template using pandoc.

If you'd like to see a deployed version of this repository: Demo

Setup

  • Run make deps to find the dependencies you need for this project.
  • Otherwise, the only dependency required is pandoc, which can be found here: Pandoc

Development

  • Run make to generate an HTML, PDF, and DOCX version of your design documentation in the output directory.
  • Run make html to generate only an HTML version.
  • Run make pdf to generate only a PDF version.
  • Run make docx to generate only a DOCX version.
  • Run make deploy to deploy the site to production.
  • Run make clean to delete any generated files.

Releases

No releases published

Packages

No packages published