Skip to content

songquanpeng/v2ex-clone

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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