Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dharmveer97/portfolio
Gatsby Portfolio
https://github.com/dharmveer97/portfolio
Last synced: 27 days 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 4 years ago)
- Default Branch: master
- Last Pushed: 2023-04-20T19:57:00.000Z (over 1 year ago)
- Last Synced: 2023-04-20T21:12:14.467Z (over 1 year ago)
- Language: JavaScript
- Size: 2.07 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 2
-
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
```