codeandsupply / free-desks

Free coworking desks for open source work
https://desks.codeandsupply.co/
4 stars 0 forks source link

:warning: We've suspended our Free Desks for Open Source program pending redevelopment when we have more interest in it.

free-desks

Free coworking desks for open source work!

Check out our Contributing Membership Guide

Quickstart:

gem install jekyll bundler
bundle install
jekyll serve

A shell.nix is included if you would like to use nix-shell:

nix-shell --run 'bundle install'
nix-shell --run 'bundle exec jekyll serve'