Skip to content

Latest commit

 

History

History
26 lines (17 loc) · 322 Bytes

README.md

File metadata and controls

26 lines (17 loc) · 322 Bytes

Curriculum

A simple CV page in HTML + CSS made in 20 minutes.

Fork the repository, edit the html file and... BOOM!

Development

  1. Install libraries and dependencies:
yarn install
  1. Build the assets:
gulp styles
  1. Use the local server to develop:
gulp serve
gulp watch