Skip to content

moigonzalez/weather-preactpi

Repository files navigation

Netlify Status

Weather-PreactPi ⛈

A tiny UI for daily weather forcasts

Demo

TODO

Dependencies

Install

  1. Copy the environment files and change the token values
cp .env.dist .env
  1. Install netlify-cli globally
npm install netlify-cli -g

netlify login
  1. Install the project
npm install

Start the development server

This will start serverless functions inside /functions using netlify and start a parcel development server

npm run dev