Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/jumba23/gatsby-simplefolio

Portfolio website built using Gatsby, React, JavaScript, SCSS, and GraphQL
https://github.com/jumba23/gatsby-simplefolio

Last synced: 1 day ago
JSON representation

Portfolio website built using Gatsby, React, JavaScript, SCSS, and GraphQL

Awesome Lists containing this project

README

        

### Gatsy Portfolio Website

This is my Gatsby portofolio website. Hosted on Heroku.

### NVM - node management

Copy and paste the following code one at the time

1. curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.39.2/install.sh | bash

2. export NVM_DIR="$HOME/.nvm"

3. [ -s "$NVM_DIR/nvm.sh" ] && \. "$NVM_DIR/nvm.sh"

4. command -v nvm
// nvm

5. nvm ls -> lists all of the available nodes on your PC

6. nvm use 14.15.0

### Adding static file resources

1. add two folders BIN and CONFIG