/forecastApp

Primary LanguageVueMIT LicenseMIT

Forecast App

This is the repo of a website that show 7 day forecast for paris

Netlify Status

🏔️ Lighthouse

🚀 Tech stack

Vite logo Typescript logo Nuxt logo

🏗️ How to setup the project

Clone the project

  • First clone the project on your local computer
git clone https://github.com/Sacramentix/forecastApp.git
cd forecastApp

Node js

  • Make sure you have v14 or higher. You can install it from the official website here.

Librairies

  • Install all the required librairies with npm i

Api key

  • Make sure you add your personnla api key to the .env file following the .env.sample

Run in dev mode

  • Run this command npm run dev

Build the project

  • Run this command npm run build

Start the project

  • Run this command npm start