Skip to content

Instantly share code, notes, and snippets.

View Kanairy's full-sized avatar

Harry Aydin Kanairy

  • Dubai, United Arab Emirates
View GitHub Profile
@Kanairy
Kanairy / koa_stuff.md
Last active March 18, 2018 22:05
koa stuff

need to allow es2017 features for babelrc.

{
    "env": {
        "browser": true,
        "commonjs": true,
        "node": true
    },
    "parserOptions": {
 "ecmaVersion": 8,
@Kanairy
Kanairy / keybase.md
Created October 4, 2017 21:47
keybase

Keybase proof

I hereby claim:

  • I am hman1911 on github.
  • I am hman1911 (https://keybase.io/hman1911) on keybase.
  • I have a public key ASCkGTo623zARysTSgLKw2vOOF03ru5aQ2Ote21znWs6pQo

To claim this, I am signing this object:

gh pages guide

  1. create a repository on github
  2. clone your repository somewhere locally
  3. add an index.html and a app.js to your repository.
  4. git add, commit and push.
  5. make a gh-pages branch on github.
  6. goto http://username.github.io/repository_name/ to see it online!