Printed paper templates based on all of Notebook.ai's free and Premium worldbuilding page types for completely-free, completely-offline worldbuilding with nothing but paper and a pencil.
In order to contribute to this project, you'll first need to get a local development environment set up. Here are the steps to follow:
-
Clone this repository
git clone [email protected]:indentlabs/notebook-paper.git
-
Install your gems and wkhtmltopdf
bundle install sudo apt-get install wkhtmltopdf
-
Point your initializer to your
wkhtmltopdf
installation (you can find it withwhich wkhtmltopdf
) by editing wicked_pdf.rb -
Run the server with
rails server
and then visit it locally at http://localhost:3000