Skip to content
This repository has been archived by the owner on Jan 19, 2023. It is now read-only.

codeandsupply/free-desks

Repository files navigation

⚠️ 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'