api-client/packages/hoppscotch-sh-admin
Joel Jacob Stephen 73a0255ae8
refactor: polish UI of admin dashboard users module (#48)
Co-authored-by: Andrew Bastin <andrewbastin.k@gmail.com>
2023-03-20 19:18:03 +05:30
..
assets feat: introducing Auth for admin dashboard (HBE-138) (#32) 2023-03-09 10:59:40 +05:30
public feat: introducing self hosted admin dashboard package (#12) 2023-02-28 13:13:27 +05:30
src refactor: polish UI of admin dashboard users module (#48) 2023-03-20 19:18:03 +05:30
.env.example refactor: remove of light mode from admin dashboard + added README, .env.example (#33) 2023-03-13 18:57:29 +05:30
.gitignore feat: introducing self hosted admin dashboard package (#12) 2023-02-28 13:13:27 +05:30
gql-codegen.yml feat: introduce gql schema sdl generation to the backend (#35) 2023-03-13 18:52:50 +05:30
index.html feat: introducing self hosted admin dashboard package (#12) 2023-02-28 13:13:27 +05:30
package.json feat: introducing Auth for admin dashboard (HBE-138) (#32) 2023-03-09 10:59:40 +05:30
README.md refactor: remove of light mode from admin dashboard + added README, .env.example (#33) 2023-03-13 18:57:29 +05:30
tsconfig.json feat: introducing Auth for admin dashboard (HBE-138) (#32) 2023-03-09 10:59:40 +05:30
tsconfig.node.json feat: introducing self hosted admin dashboard package (#12) 2023-02-28 13:13:27 +05:30
vite.config.ts feat: introducing Auth for admin dashboard (HBE-138) (#32) 2023-03-09 10:59:40 +05:30
windi.config.ts feat: introducing self hosted admin dashboard package (#12) 2023-02-28 13:13:27 +05:30

Hoppscotch Logo

Hoppscotch Self Hosted Admin Dashboard

Support

Chat on Discord Chat on Telegram Discuss on GitHub

Built with

Developing

  1. Update .env.example file found in the root of repository with your own keys and rename it to .env.

Local development environment

  1. Clone this repo with git.
  2. Update .env.example file found in the root of hoppscotch-sh-admin directory with your own keys and rename it to .env.
  3. Install pnpm using npm by running npm install -g pnpm.
  4. Install dependencies by running pnpm install within the hoppscotch-sh-admin directory
  5. It is assumed that the backend is running. Refer the Hoppscotch Backend README to get the backend setup and running.
  6. Start the development server with pnpm run dev.
  7. Open the development site by going to http://localhost:3000 in your browser.