Skip to content

Latest commit

 

History

History
24 lines (16 loc) · 496 Bytes

README.md

File metadata and controls

24 lines (16 loc) · 496 Bytes

xForecast

xForecast, is a simple weather forecast app built on Svelte. Provides location based weather forecast with one click. Check this site for more detail.

Developing

# install dependencies
npm install

# start development server
npm run dev

# or start the server and open the app in a new browser tab
npm run dev -- --open

Building

npm run build