Ninja243 / deta-base-explorer

A web dashboard to play around with your Deta Base

Home Page:https://explorer.deta.dev

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

deta-base-explorer

A web dashboard to play around with your Deta Base

Steps to run locally

  • In order to use the Deta package in the client side, browserify has been used
  • All the code that needs to be run in the browser is written in worker.js file and is bundled into a views/bundle.js and that file is linked in views/dashboard.ejs
  • An you can create the bundle file automatically by running the npm script npm run build
  • After the bundle file has been created, you can npm start to start the server locally
  • Make sure that the necessary lines are uncommented in index.js (In order to host in deta, the code to setup localhost is replaced with module.exports)

About

A web dashboard to play around with your Deta Base

https://explorer.deta.dev


Languages

Language:JavaScript 98.1%Language:HTML 1.9%