recursivefunk / www

[Deprecated] The source code for my personal website

Home Page:https://recursivefunk.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

recursivefunk.io

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 🤷🏾‍♂️

About

[Deprecated] The source code for my personal website

https://recursivefunk.io

License:MIT License


Languages

Language:JavaScript 40.8%Language:Vue 25.3%Language:SCSS 22.7%Language:HTML 10.8%Language:Makefile 0.3%