You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
-**Data Editing**: Integrating in-app data editing functionality for streamlined workflows. For now, it is **highly recommended to perform any data edits in the original data files** before uploading them into the app for visualization and analysis. This approach ensures the integrity of the data and allows the app to serve as a powerful decision-making tool based on visualized insights.
17
17
-**Export results**: Export results for further analysis or publication.
18
18
@@ -26,18 +26,19 @@ Follow these steps to set up **EMInsight** on your local machine:
26
26
-[Node.js](https://nodejs.org/) (test on v22)
27
27
-[Vite](https://vitejs.dev/) for project build and development
28
28
-[React](https://reactjs.org/) and [TypeScript](https://www.typescriptlang.org/)
29
+
-[bun](https://bun.sh/)
29
30
- Backend
30
31
-[Python](https://www.python.org/) (test on 3.12) for backend data pre-processing and scientific computation
31
32
32
-
For package manager, I'm using [bun](https://bun.sh/) but feel free to choose other commonly used package managers, e.g., npm, yarn, etc.
33
+
For package manager, I'm using bun but feel free to choose other commonly used package managers, e.g., npm, yarn, etc.
0 commit comments