Skip to content

A static website for portfolio written in Gatsby and React. Currently deployed on netlify for fast loading time.

License

Notifications You must be signed in to change notification settings

silverbullet1/portfolio-frontend

Repository files navigation

Profile FE

Testing

npm test

Local Run

Set up your development environment

npm install
cp .env.template .env.development

Provide correct values in .env.development and proceed with local run:

npm start

Deployment

Similar to .env.development, create a .env.production file with necessary variables.

Sign up for Netlify and install Netlify CLI

netlify login

Proceed with deployment:

npm run-script build
netlify deploy --dir=public --prod

About

A static website for portfolio written in Gatsby and React. Currently deployed on netlify for fast loading time.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages