Skip to content

petarmaric/pjisp-zbirka-pitanja

Repository files navigation

About

The PJISP course question book that makes coursework easier for our ACS students.

Instructions for ACS students

If you just want to read this book you can either buy its printed edition or access it online for free.

Installation

This project doesn't require system wide installation, just clone its repository to get started:

$ git clone https://github.com/petarmaric/pjisp-zbirka-pitanja.git
$ cd pjisp-zbirka-pitanja
$ pipenv install

Quick start

Show help:

$ pipenv run fab

You can also run the following command to automatically (re)build the book whenever its files are updated:

find -regextype posix-extended -regex ".*\.(rst|py|c)" | entr -c pipenv run fab build

Using Docker

Build the Docker image:

$ docker build --tag petarmaric/pjisp-zbirka-pitanja .

Show help:

$ docker run --rm -it --user="$(id -u):$(id -g)" --net=none --volume="$PWD":/app petarmaric/pjisp-zbirka-pitanja

Contribute

If you find any bugs, or wish to propose new features please let us know.

If you'd like to contribute, simply fork the repository, commit your changes and send a pull request. Make sure you add yourself to CONTRIBUTORS.

About

The PJISP course question book that makes coursework easier for our ACS students

Resources

License

Stars

Watchers

Forks

Packages

No packages published