# Prerequisites : - Node v12 (or higher): `brew install node` - Yarn: `brew install yarn` # Installation : - Clone the repo. - Run `yarn install` # Development : - Run `yarn start` # Build : - Run `yarn build` # Deploy : - Run `yarn build` - Copy the generated `public` directory to any hosting environment. (`srht.site`)