Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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/
- Host: GitHub
- URL: https://github.com/caiquecoelho/my-portfolio
- Owner: CaiqueCoelho
- Created: 2021-09-22T05:31:32.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2024-02-05T16:24:45.000Z (12 months ago)
- Last Synced: 2024-10-27T16:30:00.391Z (3 months ago)
- Language: CSS
- Homepage:
- Size: 95.3 MB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
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
```