Skip to content

Want to clone usesthis?

Daniel Bogan edited this page Jun 21, 2023 · 3 revisions

First, clone the GitHub repo:

git clone https://github.com/waferbaby/usesthis.git .

Next, install all the requirements (you'll need a recent version of Ruby installed):

bundle install

Finally, build the site (including its static API) by running:

bundle exec tasks/publish

Enjoy!

Clone this wiki locally