Skip to content

pengtoshi/split-public-integrated

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation


Split

🔗 On-chain based, Referral SDK for Web3 apps 🥳

Tech Stack


Common


Repository & Styling


Client


Server




주요 명령어

설치

git clone https://github.com/Block-Chain-Valley/bv-client-server-boilerplate.git

Submodule 설치

# 최초 설치
git submodule init
git submodule update
git submodule foreach git checkout master

# 이후 신규 Submodule 설치 시
git submodule update --remote --merge

환경 변수 설정

apps/server.env.development 파일 생성 후, .env.sample 파일 복사 (온체인 관련 환경 변수는 별도 요청 필요)

시작

# 최초 1회 시작 시 (데이터베이스 마이그레이션 필요)
docker-compose up -d
yarn db-migrate:local
yarn start:all

# 이후
yarn start:all

# App 폴더 내 특정 앱 단독 실행
yarn nx serve APP_NAME

Lint & Test

# Lint
yarn lint:all

# Test
yarn test:all

About

On-chain based, Referral SDK for Web3 applications

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published