Sign inSign up

overleaf/logo-exercise

By overleaf

Updated about 6 years ago

An example app we use for interview questions :)

Image
0

1.3K

overleaf/logo-exercise repository overview

Overleaf Logo Exercise

CI status

Display the Overleaf logo in any color you like! (This is an application we sometimes use for interview questions.)

Installation

The application is available via Docker:

docker pull overleaf/logo-exercise

Or you can run the application locally if you have node installed (version 10+ required).

git clone [email protected]:overleaf/logo-exercise.git
cd logo-exercise
npm install
npm start

Code on GitHub

Configuration

The application accepts configuration via two environment variables:

  • PORT (required): the port number to listen on
  • COLOR (optional; default blue): the color of the logo, as a web color name or hexadecimal RGB value

Tag summary

Content type

Image

Digest

Size

49 MB

Last updated

about 6 years ago

docker pull overleaf/logo-exercise