Skip to content

ecda909/Portfolio

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Gatsby Portfolio

This is a small portfolio I made to showcase the work I have done thus far within my career.

To Start Using Eder's Portfolio

You have npm installed
/usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"
brew update
brew doctor
export PATH="/usr/local/bin:$PATH"
brew install node
npm -v
You have Gatsby CLI installed (gatsbyjs.com/docs/tutorial/part-zero/)
npm install -g gatsby-cli
gatsby --help

Steps for Deployment:

If you want to build and run locally or deploy to S3

If you want to run/build locally...

npm i
gatsby build
gatsby develop
navigate to http://localhost:8000/

If you want to deploy to S3

pip install awscli
npm install gatsby-plugin-s3
aws configure
npm run build
npm run deploy

About

This is my Gatsby portfolio that showcases my skills and experience.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published