/tabloly

A local browser app to save data on tables

Primary LanguageTypeScript

Tabloly

a Next.js app for the browser to save data on tables

tabloly screen shot

Works locally

Installating

Assuming you have Node and npm setup in your environment.

  1. clone the repo
git clone https://github.com/ZouicheOmar/tabloly
  1. install dependencies
cd tabloly
npm i
npm run build
  1. start the app
npm run start