Skip to content

Instantly share code, notes, and snippets.

View alex-page's full-sized avatar
🤖
Design System'n @Shopify

Alex Page alex-page

🤖
Design System'n @Shopify
View GitHub Profile
@alex-page
alex-page / osx-setup.md
Last active December 7, 2021 05:33
osx setup
@alex-page
alex-page / harmonograph.md
Created May 4, 2020 22:42
api.harmonograph.art

Randomised lissajous curves

@alex-page
alex-page / README.md
Last active March 18, 2020 23:48
Raspberry Pi and NodeJS

Raspberry Pi and NodeJS

🥧 Set up NodeJS on a raspberry pi with raspbian lite

Install OS

@alex-page
alex-page / .eslintrc.yml
Last active April 7, 2018 02:58
AirBNB ESLint with more human readable spacing
# You should `npm i eslint eslint-config-airbnb-base eslint-plugin-import --save-dev`
extends: airbnb-base
rules:
max-len:
- error
- code: 120 # Code max length
comments: 120
tabWidth: 2
ignoreUrls: true