This is a Trial Task given by ClimateScience Organization.
A quick introduction of the minimal setup you need to get started & running.
1- clone the repo.
2. npm install.
3. npm run dev.
After running the above commands you can review the actual work.
(React, NextJS, TypeScript)
In order to run the project on live server you need to install the dependencies that exists in the JSON file. or you can just run npm install and it will install them for you automatically.
Here's a brief intro about what you should do as a contributor in order to start developing the project further:
- First, You should fork the repo.
- Clone it into your local machine.
- Start making your own changes.
- Make your own branch, and choose a meaningful name.
- The last step is to make a pull request to the main repo.
git clone git@github.com:mrobeidat/climate-science-task.git
cd climate-science-task/
npm install