Skip to content

Instantly share code, notes, and snippets.

View samuraijane's full-sized avatar

Matthew Day samuraijane

View GitHub Profile
@samuraijane
samuraijane / css-107.md
Last active January 28, 2023 13:31
CSS 107 - Alignment

CSS 107

Alignment

Key terms and phrases

  1. horizontal
  2. vertical

Starter code

HTML

@samuraijane
samuraijane / publishing-to-npm.md
Last active April 5, 2024 22:41
Publishing to NPM

Blazingly Fast Tips: Publishing to NPM by Matt Pocock

See Note 6 below for changes that have happened since Matt's video was published and Note 7 for a sample repo I created while following his tutorial. The information here is current as of April 5, 2024.

Create a library on your local

  1. 00:06 Create package.json

    "name": "<some-package-name>",