Skip to content

Latest commit

 

History

History
10 lines (8 loc) · 397 Bytes

README.md

File metadata and controls

10 lines (8 loc) · 397 Bytes

Build Hugo

How to generate this webite on your own machine

  1. Install Hugo
  2. Download this repo git clone https://github.com/coders-school/site.git
  3. cd site
  4. Download theme git submodule update --init
  5. hugo server
  6. Open web browser: localhost:1313