Skip to content

codefox-inc/tokyo-web3-hackerson

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

環境構築

docker compose build
docker compose up -d

クライアント

コンテナ内で

cd /application/src/client
yarn install
yarn dev

http://localhost:3000でサーバーが起動する

サーバー

コンテナ内で

cd /application/src/server
nimble install -y
cp .env.example .env
ducere serve

http://localhost:8000でサーバーが起動する

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published