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

Latest commit

 

History

History
25 lines (16 loc) · 501 Bytes

README.md

File metadata and controls

25 lines (16 loc) · 501 Bytes

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