a Next.js app for the browser to save data on tables
Works locally
Assuming you have Node and npm setup in your environment.
- clone the repo
git clone https://github.com/ZouicheOmar/tabloly
- install dependencies
cd tabloly
npm i
npm run build
- start the app
npm run start