Welcome to the FLUID project repository. This project is developed under NASA Goddard's GEOS tool called FLUID.
FLUID (Framework for Live User-Invoked Data) is a tool designed to enhance the user experience of NASA Goddard's GEOS system. This project aims to provide an intuitive and user-friendly interface for managing and visualizing geophysical data.
- User-friendly interface for data visualization
- Interactive dashboards and charts
- Seamless integration with GEOS system
- Real-time data updates and notifications
To set up the project locally, follow these steps:
- Clone the repository:
git clone https://github.com/isabelshic/fluid.git
- Navigate to the project directory:
cd fluid - Install the necessary dependencies:
# For Node.js projects npm install
To start using the FLUID tool, follow these steps:
-
Start the development server:
# For Node.js projects npm start -
Open your browser and navigate to:
http://localhost:3000 -
Explore the features and functionalities of the FLUID tool.
We welcome contributions from the community. To contribute to the FLUID project, follow these steps:
-
Fork the repository: Click the "Fork" button at the top right corner of the repository page.
-
Clone your forked repository:
git clone https://github.com/your-username/fluid.git
-
Create a new branch:
git checkout -b feature/your-feature-name
-
Make your changes and commit them:
git add . git commit -m "Add your commit message"
-
Push to your forked repository:
git push origin feature/your-feature-name
-
Create a pull request: Go to the original repository and create a pull request from your forked repository
