Here's how to create a nitter user, clone the repo, and build the project along with the scss and md files. # useradd -m nitter # su nitter $ git clone https://github.com/zedeus/nitter $ cd nitter $ nimble build -d:release $ nimble scss $ nimble md $ cp nitter.example.conf ...