This is the second iteration on a reverse calendar thing I built last year. The notion being that I have a hard time writing about what I'm up to, but I'm up to a lot. Luckily for me, it's mostly visual. So here we are!
Updated (roughly) weekly.
To set up the development environment for this website, you'll need to install the following on your system:
- Node and npm
- Ruby and Bundler, preferably through something like rvm
After these basic requirements are met, run the following commands in the website's folder:
$ npm install
Will also run bower install
and bundle install
$ npm run images --> Only the first time
$ npm run serve