/dcard-clone

Unofficial Dcard clone web application

Primary LanguageJavaScriptMIT LicenseMIT

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