- Install hexo on your shell
$ git clone [email protected]:social-dist0rtion-protocol/www-data.git
$ cd www-data
$ npm i
To work with hexo, it is recommended you take a look at the docs.
$ hexo serve
# or if you want to view draft blog posts too
$ hexo serve --draft
MIT