https://github.com/codelikeagirl29/resume-react-gatsby
Another Personal portfolio built using React.js and Gatsby.
https://github.com/codelikeagirl29/resume-react-gatsby
gatsby-site portfolio reactjs vercel
Last synced: about 2 months ago
JSON representation
Another Personal portfolio built using React.js and Gatsby.
- Host: GitHub
- URL: https://github.com/codelikeagirl29/resume-react-gatsby
- Owner: CodeLikeAGirl29
- Created: 2022-03-14T09:05:53.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2023-12-16T01:45:45.000Z (over 2 years ago)
- Last Synced: 2025-02-01T02:42:29.254Z (over 1 year ago)
- Topics: gatsby-site, portfolio, reactjs, vercel
- Language: SCSS
- Homepage: https://resume-react-gatsby.vercel.app/
- Size: 8.38 MB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Personal Portfolio
A clean and simple portfolio template built with HTML, CSS and React.js. ❥❥
Link can be found [here](https://resume-react-gatsby.vercel.app/).
Contact email is [admin@lindseyk.dev](mailto:codelikeagirl91@gmail.com)




---
## Instructions
### Setup
```shell
git clone https://github.com/codelikeagirl29/resume-react-gatsby.git
cd resume-react-gatsby
```
and then to install and view in browser.
```shell
npm install
npm run start
```
Install and run -
```shell
yarn
yarn start
```
### How to use
- Open `src/yourdata.js` and make changes.
- Build and deploy -
```shell
yarn build
yarn deploy
```
---