Local Server
Install gitignore.io locally for testing, debugging, and submitting new application functionality.
$ 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
Last modified 3yr ago