v2ex-clone icon indicating copy to clipboard operation
v2ex-clone copied to clipboard

V2EX 风格的论坛程序. V2EX's Node.js clone.

V2ex

stars forks repo-size https://vzex.herokuapp.com/

Edit with Gitpod

Description

  1. V2ex's Node.js implementation.
  2. Demo: https://vzex.herokuapp.com/.
  3. Only for learning purpose.

Deployment

git clone https://github.com/songquanpeng/v2ex-style-forum.git
cd v2ex-style-forum
npm install
npm start

How to update it?

git pull
npm install
npm run migrate