# siweiguo-website **Repository Path**: Wmin/siweiguo-website ## Basic Information - **Project Name**: siweiguo-website - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-08-12 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README 1.yarn 2.yarn start "lint-staged": { "package.json": [ "prettier-package-json --write", "git add" ], "\*.js": [ "eslint --fix", "git add" ] }