# Weather Changer: Website This branch `gh-pages` is for the Weather Changer website published at https://lucaslah.github.io/WeatherChanger. ## Development `yarn` is used to manage dependencies and build the website. ### yarn build Compile the website to the `dist` folder (production build). ### yarn serve Run the built in web server in development mode.