Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/rqbazan/aimo-challenge

Solution for the AIMO challenge 🤓
https://github.com/rqbazan/aimo-challenge

github-api nextjs postcss tailwindcss typescript

Last synced: 15 days ago
JSON representation

Solution for the AIMO challenge 🤓

Awesome Lists containing this project

README

        

# Aimo Challenge

> I passed this technical challenge successfully 🥳

This repository contains the solution for
[the aimo challenge](https://github.com/aimo/prueba-frontend), 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`