Skip to content

rqbazan/aimo-challenge

Repository files navigation

Aimo Challenge

I passed this technical challenge successfully 🥳

This repository contains the solution for the aimo challenge, in order to get the Software Engineer Frontend position of the company.

How to run the project?

  1. Create a .env file

    • Must contain GITHUB_CLIENT_SECRET and GITHUB_CLIENT_ID
  2. Create a .env.build file

    • Must contain only GITHUB_CLIENT_ID
  3. Install now globally using yarn global add now

  4. Run now dev instead of yarn dev