Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/jumba23/gatsby-simplefolio
- Owner: jumba23
- License: mit
- Created: 2022-06-02T22:58:58.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2024-08-27T22:29:33.000Z (2 months ago)
- Last Synced: 2024-08-28T22:45:47.578Z (2 months ago)
- Language: JavaScript
- Homepage:
- Size: 13 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
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
// nvm5. 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