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.
-
Create a
.env
file- Must contain
GITHUB_CLIENT_SECRET
andGITHUB_CLIENT_ID
- Must contain
-
Create a
.env.build
file- Must contain only
GITHUB_CLIENT_ID
- Must contain only
-
Install
now
globally usingyarn global add now
-
Run
now dev
instead ofyarn dev