Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 711 Bytes

README.md

File metadata and controls

20 lines (14 loc) · 711 Bytes

Dcard Clone

Unofficial Dcard clone web application.

Disclaimer: All of the contents in the app belong to Dcard.tw. The code is for practice only.

Please see the blog post for more info.

Edit dcard-clone

Getting started locally

git clone git@github.com:kevin940726/dcard-clone.git
cd dcard-clone
yarn # Install dependencies
yarn dev # Start the development server
yarn build # Build the production version
yarn start # Start the production server