# Local ## 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`) # Docker ## Prerequisites: - Docker: `brew install docker` ## Build - Run `docker build . -t website` - Run `docker run -p 3333:3333 -it website` or - Run `docker-compose build` - Run `docker-compose up`