feat: add dashboard setup with esbuild + chakra-ui

This commit is contained in:
Lakhan Samani
2021-12-29 11:56:19 +05:30
parent df192bed4d
commit cf4d94a7aa
16 changed files with 1925 additions and 8 deletions

12
dashboard/README.md Normal file
View File

@@ -0,0 +1,12 @@
# Authorizer dashboard
### Getting started
**Setting up locally**
- `cd dashboard`
- `npm start`
**Creating production build**
- `make build-dashboard`