Skip to content
This repository has been archived by the owner on Aug 1, 2022. It is now read-only.
/ www Public archive

[Deprecated] The source code for my personal website

License

Notifications You must be signed in to change notification settings

recursivefunk/www

Repository files navigation

Update: I've migrated to Squarespace, this is no longer in use.

This is my website. There are many like it, but this one is mine.

Setup

$ nvm use # Fetch the right node version
$ make    # install deps, lint, build static assets

Dev

$ yarn dev # serve with hot reload at localhost:3000

Generate static website

$ make build # output goes to dist/

Deploy

Whatever tickles your fancy for deploying a static website. I'm using Netlify 🤷🏾‍♂️