Execute following commands and then see http://localhost:8000/
.
$ cd danmaq.gatsby
$ git clone https://github.com/danmaq/danmaq.article.git
$ yarn install
$ yarn start
When in windows, windows-build-tools
package install to global as the pre-install.
For this reason, UAC dialog will appear at first time installation. You can skip this process by pre-executing the following command with administrator privileges:
PS:Admin> yarn global add windows-build-tools