Skip to content

Latest commit

 

History

History
20 lines (11 loc) · 345 Bytes

README.md

File metadata and controls

20 lines (11 loc) · 345 Bytes

My personal website

Source code for my personal website at https://jedevc.com.

Development

Clone the repository:

$ git clone https://github.com/jedevc/website.git
$ cd website

Install dependencies:

$ yarn install

Start hugo development mode:

$ hugo serve

The site should now be running on http://localhost:1313