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

https://github.com/heavenshell/nkgrnkgr.github.io

my portfolio
https://github.com/heavenshell/nkgrnkgr.github.io

Last synced: 5 months ago
JSON representation

my portfolio

Awesome Lists containing this project

README

          

[![code style: prettier](https://img.shields.io/badge/code_style-prettier-ff69b4.svg?style=flat-square)](https://github.com/prettier/prettier)

# [www.nkgr.app](https://www.nkgr.app)

## Description

This is my Portfolio.

## How To Deploy

Prepar

```bash
$ git ch develp
$ git add .
$ git commit -m "comment"
$ yarn build

/build is updated.
```

Merge manuary

```bash
$ git ch master
```

Copy to master

```
$ rm -rf ./static
$ cp -rf ./build/ ./
```

Publish

```bash
$ git add .
$ git commit -m "comment"
$ git push origin master
```

Access!

[nkgr.app](https://www.nkgr.app/)