Andrew Bastin 1cce117b0a chore: bump version to 2023.4.4 1 год назад
..
assets 215df02783 chore: make style sheets consistent (#3074) 1 год назад
public c4358b91a2 fix: changed vite icon to hoppscotch icon and changed title in admin dashboard (#82) 1 год назад
src 09d1663f81 feat: picture component moved to hoppscotch-ui (#3032) 1 год назад
.gitignore 3f59597864 feat: introducing self hosted admin dashboard package (#12) 1 год назад
Caddyfile 8bdb9a657f feat: self host packaging (HBE-166) (#41) 1 год назад
Dockerfile 8bdb9a657f feat: self host packaging (HBE-166) (#41) 1 год назад
README.md c4358b91a2 fix: changed vite icon to hoppscotch icon and changed title in admin dashboard (#82) 1 год назад
gql-codegen.yml 65719b560b feat: introduce gql schema sdl generation to the backend (#35) 1 год назад
index.html c4358b91a2 fix: changed vite icon to hoppscotch icon and changed title in admin dashboard (#82) 1 год назад
package.json 1cce117b0a chore: bump version to 2023.4.4 1 год назад
tsconfig.json 9b76d62753 feat: introducing Auth for admin dashboard (HBE-138) (#32) 1 год назад
tsconfig.node.json 3f59597864 feat: introducing self hosted admin dashboard package (#12) 1 год назад
vite.config.ts e54f837b83 fix: admin dashboard bugs (#74) 1 год назад
windi.config.ts 3f59597864 feat: introducing self hosted admin dashboard package (#12) 1 год назад

README.md

Hoppscotch Logo

Hoppscotch Self Hosted Admin Dashboard

#### **Support** [![Chat on Discord](https://img.shields.io/badge/chat-Discord-7289DA?logo=discord)](https://hoppscotch.io/discord) [![Chat on Telegram](https://img.shields.io/badge/chat-Telegram-2CA5E0?logo=telegram)](https://hoppscotch.io/telegram) [![Discuss on GitHub](https://img.shields.io/badge/discussions-GitHub-333333?logo=github)](https://github.com/hoppscotch/hoppscotch/discussions)

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:3100 in your browser.