Welcome to WeShare! This is a fantastic awesome place where you can gain our computing experience conclusion and of course you could share your great thing with us by posting to the repository.

Quick Start

Prerequisite

You need git, node installed on your operation system. Here, I will not give the documentation of installation. I believe that You can achieve the installation by yourself.

The website is powered by Hexo. Hexo is a fast, simple and powerful blog framework. You could get some more detail from the Hexo documentation, if you want to be an expert. If you encounter any problems when using Hexo, have a look at the troubleshooting guide.

Install Hexo

1
$ npm install hexo-cli -g

Clone the project and install requirements

1
2
$ git clone https://github.com/iweshare/weshare.git
$ cd weshare && npm install

Run server

1
$ hexo server

The command running result will be like this: cmd_hexo_server

The result in the browser: home

More info: Hexo Server