Dat Night is a monthly meetup in Portland, Oregon for people interested in decentralized and distributed web technologies. 💻🔛💻
- Middleman
- Ruby
- Node & npm
Clone the repo.
$ git clone [email protected]:dat-night/website.git ~/Sites/dat-night
Install Ruby and JS dependencies
$ bundle install && npm install
Run Middleman
$ middleman
And visit the site at localhost:4567
. 🎉