Skip to content

Latest commit

 

History

History
13 lines (11 loc) · 392 Bytes

README.md

File metadata and controls

13 lines (11 loc) · 392 Bytes

h4ckademy Landing

Made with <3 by codecantor

How to have a local copy:

  1. git clone this repo
  2. install sass (if not installed)
  3. cd in the repo
  4. sass assets/scss/style.scss assets/scss/style.css
  5. launch static server (e.g., python -m SimpleHTTPServer 8001)

How to contribute:

  1. create chages in your local project, and push them to you remote github clone
  2. create a pull request