An example app we use for interview questions :)
1.3K
Display the Overleaf logo in any color you like! (This is an application we sometimes use for interview questions.)
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
The application accepts configuration via two environment variables:
PORT (required): the port number to listen onCOLOR (optional; default blue): the color of the logo, as a web color name or hexadecimal RGB valueContent type
Image
Digest
Size
49 MB
Last updated
about 6 years ago
docker pull overleaf/logo-exercise