Files
WeatherChanger/README.md
2024-04-04 21:14:45 +13:00

13 lines
361 B
Markdown

# 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.