- Display annual and monthly mean values
- visualize the data in form of Trend Plots
- Save the Visualizations in JPG/PNG formats
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.
The following software is required to be installed on your system:
- Node 18.x
- Npm 9.x
Type the following commands in the terminal to verify your node and npm versions
node -v
npm -v
- Fork the repository by clicking on
Fork
option on top right of the main repository. - Open Command Prompt/Terminal on your local computer.
- Clone the forked repository by adding your own GitHub username in place of
<username>
.
git clone https://github.com/<username>/met-data/
- Navigate to the Getit directory.
cd met-data
cd frontend
- Install all Getit dependencies.
npm install
- Run the website locally.
npm run dev
Note : Use seperate env files for backend and frontend to run the project. Need help! Let us know to help you with the .env.
Product requirements doc : Docs
User flows doc : Figjam
Low fidelity UI wireframes : Figma