Skip to content

pfplay/pfplay-web

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Logo


badge_react badge_typescript badge_nextjs

PFPlay

우리는 PFP NFT와 디제잉을 결합한 소셜 플랫폼을 만들어 새로운 디깅 문화를 만들어갑니다.
This repository is frontend for PFPlay.

Deployed

DEV
PROD

Getting started for Development

See Frontend environment variables in the Notion to add an .env*.local files

touch .env.local .env.development.local .env.production.local

Install dependencies with yarn:

yarn

Run development server:

yarn dev

And then, open https://localhost:3000 in your browser.

Contributing

Please refer to Contributing.