Balu Babu a134e20cdf chore: reverted old services to old ports 1 year ago
..
assets a215860782 feat: replacing windicss by tailwindcss in hoppscotch-ui (#3076) 1 year ago
locales 23e3739718 feat: introducing a new smart table hoppscotch ui component (#3178) 1 year ago
public c4358b91a2 fix: changed vite icon to hoppscotch icon and changed title in admin dashboard (#82) 1 year ago
src 312940009e refactor: infer base URL from the BASE_URL env var across the app 1 year ago
.dockerignore 331d482b22 feat: introducing i18n support to admin dashboard (#3051) 1 year ago
.gitignore 3f59597864 feat: introducing self hosted admin dashboard package (#12) 1 year ago
.prettierignore a215860782 feat: replacing windicss by tailwindcss in hoppscotch-ui (#3076) 1 year ago
.prettierrc.cjs a215860782 feat: replacing windicss by tailwindcss in hoppscotch-ui (#3076) 1 year ago
Caddyfile a134e20cdf chore: reverted old services to old ports 1 year ago
Dockerfile a134e20cdf chore: reverted old services to old ports 1 year ago
README.md c4358b91a2 fix: changed vite icon to hoppscotch icon and changed title in admin dashboard (#82) 1 year ago
gql-codegen.yml 65719b560b feat: introduce gql schema sdl generation to the backend (#35) 1 year ago
index.html a6b57777e3 refactor: remove font sizes from the app (#3341) 1 year ago
languages.json 331d482b22 feat: introducing i18n support to admin dashboard (#3051) 1 year ago
package.json 93ce86f32d chore: merge hoppscotch/release/2023.8.3 into hoppscotch/release/2023.12.0 1 year ago
postcss.config.cjs a215860782 feat: replacing windicss by tailwindcss in hoppscotch-ui (#3076) 1 year ago
prod_run.mjs 64517a53af feat: subpath access for individual containers 1 year ago
sh-admin-multiport-setup.Caddyfile f1e4ac7fc4 chore: hoppscotch-sh-admin supports std http ports 1 year ago
sh-admin-subpath-access.Caddyfile f1e4ac7fc4 chore: hoppscotch-sh-admin supports std http ports 1 year ago
tailwind.config.ts a215860782 feat: replacing windicss by tailwindcss in hoppscotch-ui (#3076) 1 year ago
tsconfig.json 5c8ebaff3e refactor: fonts are now bundled with packages (#3227) 1 year ago
tsconfig.node.json 3f59597864 feat: introducing self hosted admin dashboard package (#12) 1 year ago
vite.config.ts 8703a0dcfd build: generate build with admin as the base for subpath based access 1 year ago

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.