$ git clone --recursive [email protected]:toptal/gitignore.io.git$ cd gitignore.io/$ vapor build$ vapor run
It’s also possible to run the app using Docker and Docker Compose. It can be done by running the commands below.
$ git clone --recursive [email protected]:toptal/gitignore.io.git$ cd gitignore.io/$ docker-compose up -d