# sky_self_website **Repository Path**: skyhuang2020/sky_self_website ## Basic Information - **Project Name**: sky_self_website - **Description**: website widget - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-12-01 - **Last Updated**: 2021-05-20 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # sky-self-website This project is powered by [sku](https://github.com/seek-oss/sku), [braid](https://github.com/seek-oss/braid-design-system) and built with [React](https://facebook.github.io/react), [Braid Design System](https://seek-oss.github.io/braid-design-system/). ## Getting Started First of all, make sure you've installed [Yarn](https://yarnpkg.com). Then, install dependencies: ```bash $ yarn ``` ## Workflow Start a local development server: ```bash $ yarn start ``` Run unit tests: ```bash $ yarn test ``` Lint and format code: ```bash $ yarn lint $ yarn format ``` Build assets for production: ```bash $ yarn build ```