Dynamic Tables is a user-friendly, cloud-based web application designed for custom and flexible data management. Users can create tailored tables, dynamically add rows, columns, or values, and conveniently organize data across multiple sheets.
The main goal of Dynamic Tables is to provide a versatile and intuitive platform for users to manage their data. Users have the ability to create and customize tables, with the added flexibility of dynamically adding rows, columns, or values. Additionally, data can be conveniently organized across multiple sheets, promoting effective data management and organization.
This project requires pnpm - a fast, disk space efficient package manager. If you do not have pnpm installed, you can do so by running npm install -g pnpm
.
Once you've made sure you have pnpm installed, clone the repository and navigate into the directory. Then, run the following command to install the necessary dependencies:
pnpm install
This will install all the required packages and libraries needed to run this project.
To start the development server, use the following command:
pnpm run dev
This will start the server, and you should be able to view the project in your local development environment.