https://github.com/songquanpeng/v2ex-clone
V2EX 风格的论坛程序. V2EX's Node.js clone.
https://github.com/songquanpeng/v2ex-clone
v2ex
Last synced: about 1 month ago
JSON representation
V2EX 风格的论坛程序. V2EX's Node.js clone.
- Host: GitHub
- URL: https://github.com/songquanpeng/v2ex-clone
- Owner: songquanpeng
- Created: 2020-08-04T04:20:05.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2020-09-06T16:14:45.000Z (about 5 years ago)
- Last Synced: 2025-08-23T06:03:13.821Z (about 2 months ago)
- Topics: v2ex
- Language: JavaScript
- Homepage: https://vzex.herokuapp.com/
- Size: 243 KB
- Stars: 15
- Watchers: 3
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# V2ex
   [](https://vzex.herokuapp.com/)[](https://gitpod.io/#https://github.com/songquanpeng/v2ex)
## Description
1. V2ex's Node.js implementation.
2. Demo: https://vzex.herokuapp.com/.
3. Only for learning purpose.## Deployment
```shell script
git clone https://github.com/songquanpeng/v2ex-style-forum.git
cd v2ex-style-forum
npm install
npm start
```How to update it?
```shell script
git pull
npm install
npm run migrate
```