Skip to content

Latest commit

 

History

History
43 lines (30 loc) · 1.64 KB

README.md

File metadata and controls

43 lines (30 loc) · 1.64 KB

Boston BitDevs

This repo has been forked from SF Bitcoin Devs and follows guidance from NYC BitDevs on Running a Great Socratic Seminar.

Socratic Reading List Sources

These are good places to start when compiling the reading List:

Other BitDevs Groups:

Music to listen to while compiling.

Running locally

If you don't have rust installed yet, get it here.

This project uses just, which can be installed with:

cargo install just

You may also need to install zola

After that, you can run things locally with:

just serve

See the justfile for more commands.