mirror of
https://github.com/Lucaslah/WeatherChanger.git
synced 2026-01-09 04:29:26 +00:00
13 lines
361 B
Markdown
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. |