Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/GDSL-UL/the_knowledge

A Repo of things GDSLers Should Know....
https://github.com/GDSL-UL/the_knowledge

Last synced: 3 months ago
JSON representation

A Repo of things GDSLers Should Know....

Awesome Lists containing this project

README

        

# The Knowledge

This is a repository covering the building blocks of a productive remote
experience at the GDSL.

To build it you will need R's `bookdown` and `pandoc` (both available withing the [`gds_dev`](https://github.com/darribas/gds_env) containerised platform). Once you have made edits, you can build the website again by running from this folder:

```
make gitbook
```

You can build a pdf by:

```
make pdf
```

Or an `.epub` version by:

```
make epub
```

To run all at once (recommended):

```
make
```