Skip to content
This repository was archived by the owner on Jan 29, 2021. It is now read-only.

exercism/git-server

Repository files navigation

Exercism's Git Server

Tests Maintainability Test Coverage

A server to retrieve data from Exercism's git organisation

Run locally

This can be run locally using the Procfile or via Docker through the Dockerfile.

To build the Dockerfile, run:

docker build -f Dockerfile.dev -t exercism-git-server .

To execute the Dockerfile.

docker run -p 3022:3022 -v /PATH/TO/PWD:/usr/src/app exercism-git-server:latest

For example:

docker run -p 3022:3022 -v /Users/iHiD/Code/exercism/git-server:/usr/src/app exercism-git-server:latest

It will then sit and wait for messages from the website.

About

No description, website, or topics provided.

Resources

License

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Sponsor this project

  •  

Packages

No packages published

Contributors 2

  •  
  •