https://github.com/prabhuignoto/myportfolio
My personal portfolio website
https://github.com/prabhuignoto/myportfolio
gatsby gatsbyjs portfolio portfolio-website react reactjs resume-website
Last synced: 8 months ago
JSON representation
My personal portfolio website
- Host: GitHub
- URL: https://github.com/prabhuignoto/myportfolio
- Owner: prabhuignoto
- License: mit
- Created: 2018-08-08T11:45:54.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2023-02-03T04:04:25.000Z (over 2 years ago)
- Last Synced: 2025-02-02T06:11:21.368Z (9 months ago)
- Topics: gatsby, gatsbyjs, portfolio, portfolio-website, react, reactjs, resume-website
- Language: HTML
- Homepage: http://www.prabhumurthy.com
- Size: 89.6 MB
- Stars: 6
- Watchers: 3
- Forks: 1
- Open Issues: 11
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[](https://dev.azure.com/prabhummurthy/portfoilio/_build/latest?definitionId=3&branchName=master)
[](https://github.com/styled-components/styled-components)
[](https://github.com/facebook/jest)## Modern frontend dev portfolio

### InstallingClone the project locally and run the following command to install the dependencies first.
```javascript
npm install
```### Development Mode
To start the project in development mode
```javascript
npm run develop
```### Testing
```javascript
npm run test
```### Deployment
To generate the production build, please run
```javascript
npm run build
```### Built With
* [Gatsby JS](https://www.gatsbyjs.org/) - Static site generator for React.
* [React JS](https://reactjs.org/) - Library for creating user interfaces.
* [Styled Components](https://www.styled-components.com/) - Visual primitives for UI components.* **Prabhu Murthy** - *Initial work* - [PrabhuIgnoto](https://github.com/prabhuignoto)
### License
This project is licensed under the MIT License - see the [LICENSE.md](LICENSE.md) file for details