Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/caiquecoelho/my-portfolio

https://caiquecoelho.github.io/my-portfolio/
https://github.com/caiquecoelho/my-portfolio

Last synced: about 1 month ago
JSON representation

https://caiquecoelho.github.io/my-portfolio/

Awesome Lists containing this project

README

        

## My Portfolio

â–²
👤 **Caíque Coelho**

* [Resume](https://drive.google.com/file/d/1IBRSOQzzDqXBAYCDNPf2lDpwcuRaYlOp/view?usp=sharing)
* [Website](https://caiquecoelho.github.io/my-portfolio/)
* Twitter: [@caiqueocoelho](https://twitter.com/caiqueocoelho)
* Github: [@CaiqueCoelho](https://github.com/CaiqueCoelho)
* LinkedIn: [@caiquecoelho](https://linkedin.com/in/caiquecoelho)
* Medium: [@caiquecoelho](https://caiquecoelho.medium.com/)
* Instagram: [@caiqueocoelho](https://www.instagram.com/caiqueocoelho/)

### How to run

- npm i
- npm run start

### Troubleshooting

- If you are geting any problem with node version or node-gyp problem you can run:
```sh
source ~/.nvm/nvm.sh
nvm use
npm i
npm run start
```

- If you are getting an error like `ERR_OSSL_EVP_UNSUPPORTED` use:
```sh
export NODE_OPTIONS=--openssl-legacy-provider
```