authorizer/dashboard
Yash Joshi 8bee841d66 feat: setup dashboard
- Setup basic code structure
- Add routes
- Add layout components for authentication and dashboard pages
- Add session handling
- Add login, signup and session
2022-01-15 21:15:46 +05:30
..
src feat: setup dashboard 2022-01-15 21:15:46 +05:30
esbuild.config.js Update dashboard 2022-01-08 15:46:39 +05:30
package-lock.json feat: setup dashboard 2022-01-15 21:15:46 +05:30
package.json feat: setup dashboard 2022-01-15 21:15:46 +05:30
README.md feat: add dashboard setup with esbuild + chakra-ui 2021-12-29 11:56:19 +05:30
tsconfig.json feat: add dashboard setup with esbuild + chakra-ui 2021-12-29 11:56:19 +05:30

Authorizer dashboard

Getting started

Setting up locally

  • cd dashboard
  • npm start

Creating production build

  • make build-dashboard