https://github.com/dharmveer97/portfolio
Gatsby Portfolio
https://github.com/dharmveer97/portfolio
Last synced: 4 months ago
JSON representation
Gatsby Portfolio
- Host: GitHub
- URL: https://github.com/dharmveer97/portfolio
- Owner: dharmveer97
- License: mit
- Created: 2020-04-09T18:38:38.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2023-07-10T22:15:19.000Z (about 3 years ago)
- Last Synced: 2025-03-20T14:01:22.519Z (over 1 year ago)
- Language: JavaScript
- Size: 2.8 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Portfolio GatsbyJs
A starting point using ReactJs, bundled with awesome GatsbyJs v2.
[Demo](/)
## Stack
- [GatsbyJs](https://www.gatsbyjs.org/)
- [React.js](https://reactjs.org/)
## To use
- Fork or download this repository
- Ready!
To change site config `./utils/config.js`
## Setup
Run:
```
yarn install
```
## Development
To start the development server
```
yarn start
```
## Deployment
```
yarn run build
yarn serve
```