Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/greatsumini/nan-so-gong
간단한 블록체인 지갑입니다.
https://github.com/greatsumini/nan-so-gong
nextjs styled-components web3
Last synced: 29 days ago
JSON representation
간단한 블록체인 지갑입니다.
- Host: GitHub
- URL: https://github.com/greatsumini/nan-so-gong
- Owner: greatSumini
- Created: 2022-05-27T12:56:03.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-06-13T09:03:54.000Z (over 2 years ago)
- Last Synced: 2024-05-01T08:24:55.282Z (7 months ago)
- Topics: nextjs, styled-components, web3
- Language: TypeScript
- Homepage: https://nan-so-gong.vercel.app
- Size: 405 KB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Nan so gong
간단한 블록체인 지갑입니다.
2022년 1학기 소프트웨어공학 수업의 과제 제출물입니다.
## 🙋 시작해볼까요?
### 1. 저장소를 기기에 Clone합니다.
```shell
$ git clone https://github.com/greatSumini/nan-so-gong.git$ cd nan-so-gong
```### 2. 의존성 설치
Yarn을 사용합니다!
```shell
$ npm i -g yarn$ yarn install
```### 3. 실행 🏃
```shell
# 개발 서버 실행
$ yarn dev# 검사 (lint, 타입체크를 포함합니다.)
$ yarn run check
```