Master Ventures Devops/SRE Take Home Test

Welcome candidate and thank you for taking the time to complete the Master Ventures take-home test for our Devops/SRE position.

This task should take you no longer than 2 hours to complete. Please follow the instructions below:


Getting Started

First, export this variable in your local environment

export NEXT_PUBLIC_APP_VERSION=v1.0.0

Next, run the development server:

npm run dev

Open http://localhost:3000 with your browser to see the result. You should

You can start editing the page by modifying pages/index.js. The page auto-updates as you edit the file.


Line 15 in the file pages/index.js reads the value set on the environment variable NEXT_PUBLIC_APP_VERSION and displays this on the browser


Requirement

  • Clone this repo
  • Author a solution following the PDF instructions provided to you
  • Push your solution to a public repo you own

Learn More

To learn more about Next.js and how it handles environment variables, please take a look at the following resources: