Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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 🤓
- Host: GitHub
- URL: https://github.com/rqbazan/aimo-challenge
- Owner: rqbazan
- Created: 2019-10-22T04:31:58.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2021-07-01T07:15:21.000Z (over 3 years ago)
- Last Synced: 2023-03-03T16:10:01.905Z (almost 2 years ago)
- Topics: github-api, nextjs, postcss, tailwindcss, typescript
- Language: TypeScript
- Homepage: https://aimo-challenge.rqbazan.now.sh
- Size: 960 KB
- Stars: 1
- Watchers: 2
- 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`