dustyo-O / json-table-editor

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Launch

git clone
nvm use
npm ci
npm start

After that, open url http://localhost:3000 in browser

Right after you launched interface, it will prompt you for API key for JSON-generator API (you can obtain mine with URL https://onetimesecret.com/secret/70jx9nndetjmlj3v1debynv7g6bznw2 - ATTENTION! LINK CAN BE USED FOR SINGLE TIME!)

If you fail to enter right key, you'll have to clear key from localStorage, and, after page refresh, you'll be prompted again. To do so, just type localStorage.removeItem('json-generator-token') into the development console.

Lint

npm run lint

About


Languages

Language:JavaScript 76.8%Language:TypeScript 19.4%Language:HTML 2.2%Language:CSS 1.6%