Skip to content

Latest commit

 

History

History
15 lines (12 loc) · 186 Bytes

contribute.md

File metadata and controls

15 lines (12 loc) · 186 Bytes
  • clone test site
git clone -b hexo-seo https://github.com/dimaslanjaka/site.git site
  • add workspaces to package.json
{
  "workspaces": [
    "site"
  ]
}