Local Server

Install gitignore.io locally for testing, debugging, and submitting new application functionality.

Requirements

Local

$ git clone --recursive git@github.com:toptal/gitignore.io.git
$ cd gitignore.io/
$ vapor build
$ vapor run

Docker

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 git@github.com:toptal/gitignore.io.git
$ cd gitignore.io/
$ docker-compose up -d

Last updated