Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/dharmveer97/portfolio

Gatsby Portfolio
https://github.com/dharmveer97/portfolio

Last synced: 27 days ago
JSON representation

Gatsby Portfolio

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
```