Interactive user interface for Time-Folder, A Generic Framework for Nonlinear Visualization of Ultra-long Time-oriented Data.
Deployed at https://time-folder.vercel.app/
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.
Before you begin, ensure you have the following installed:
A step by step series of examples that tell you how to get a development environment running.
Navigate to the frontend directory:
cd time-folder-frontend
Install the dependencies:
npm install
Start the application:
npm run start
This will run the frontend on http://localhost:3000
.
Run the backend application:
python app.py
The backend will start on http://localhost:5000
.
Open your browser and visit http://localhost:3000
to view the application.
If you run into any problems, you can contact [email protected]
or start an issue on the project's GitHub issue tracker.
Please read CONTRIBUTING.md for details on our code of conduct, and the process for submitting pull requests to us.
This project is licensed under the Apache-2.0 license - see the LICENSE.md file for details