jamesgeorge007 908f936f50 chore: bump version to `2024.10.2` 4 дней назад
..
assets 2a37235229 fix(sh-admin): resolved issue while rendering images (#4221) 3 месяцев назад
locales c24d5c5302 feat(sh-admin): introducing infra-tokens to admin dashboard (#4202) 3 месяцев назад
public 2a37235229 fix(sh-admin): resolved issue while rendering images (#4221) 3 месяцев назад
src 79aefed322 chore(sh-admin): bump dependencies (#4433) 3 недель назад
.dockerignore 331d482b22 feat: introducing i18n support to admin dashboard (#3051) 1 год назад
.gitignore 3f59597864 feat: introducing self hosted admin dashboard package (#12) 1 год назад
.prettierignore a215860782 feat: replacing windicss by tailwindcss in hoppscotch-ui (#3076) 1 год назад
.prettierrc.cjs 6fa722df7b chore: hoppscotch-ui improvements (#3497) 11 месяцев назад
Caddyfile e8319a08df fix: issues with port binding in different container runtimes (#4279) 2 месяцев назад
Dockerfile 39842559b5 fix: reduce the memory consumption during build to prevent OOM (#3148) 1 год назад
README.md ddf7eb6ad6 chore: minor ui improvements 11 месяцев назад
gql-codegen.yml 65719b560b feat: introduce gql schema sdl generation to the backend (#35) 1 год назад
index.html bb8dc6f7eb chore: updated brand assets (#3500) 1 год назад
languages.json d80e6c01c8 chore: i18n 11 месяцев назад
package.json 908f936f50 chore: bump version to `2024.10.2` 4 дней назад
postcss.config.cjs f93558324f chore: move hoppscotch-ui package out of the monorepo (#3620) 11 месяцев назад
prod_run.mjs 1829c088cc feat: support for subpath based access in SH apps (#3449) 1 год назад
sh-admin-multiport-setup.Caddyfile e8319a08df fix: issues with port binding in different container runtimes (#4279) 2 месяцев назад
sh-admin-subpath-access.Caddyfile e8319a08df fix: issues with port binding in different container runtimes (#4279) 2 месяцев назад
tailwind.config.ts f93558324f chore: move hoppscotch-ui package out of the monorepo (#3620) 11 месяцев назад
tsconfig.json 5c8ebaff3e refactor: fonts are now bundled with packages (#3227) 1 год назад
tsconfig.node.json 3f59597864 feat: introducing self hosted admin dashboard package (#12) 1 год назад
vite.config.ts f93558324f chore: move hoppscotch-ui package out of the monorepo (#3620) 11 месяцев назад

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.