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: 2 months ago
JSON representation
Solution for the AIMO challenge 🤓
- Host: GitHub
- URL: https://github.com/rqbazan/aimo-challenge
- Owner: rqbazan
- Created: 2019-10-22T04:31:58.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2021-07-01T07:15:21.000Z (almost 5 years ago)
- Last Synced: 2025-09-11T03:13:08.621Z (9 months ago)
- Topics: github-api, nextjs, postcss, tailwindcss, typescript
- Language: TypeScript
- Homepage: https://aimo-challenge.rqbazan.now.sh
- Size: 960 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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`