Local Server
Install gitignore.io locally for testing, debugging, and submitting new application functionality.
Last updated
Was this helpful?
Install gitignore.io locally for testing, debugging, and submitting new application functionality.
$ git clone --recursive git@github.com:toptal/gitignore.io.git
$ cd gitignore.io/
$ vapor build
$ vapor runIt’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 -dLast updated
Was this helpful?
Was this helpful?