hoppscotch/packages/hoppscotch-sh-admin
Joel Jacob Stephen 79aefed322
chore(sh-admin): bump dependencies (#4433)
Co-authored-by: jamesgeorge007 <25279263+jamesgeorge007@users.noreply.github.com>
2024-10-23 18:51:00 +05:30
..
assets fix(sh-admin): resolved issue while rendering images (#4221) 2024-07-29 22:59:02 +05:30
locales feat(sh-admin): introducing infra-tokens to admin dashboard (#4202) 2024-07-29 17:50:06 +05:30
public fix(sh-admin): resolved issue while rendering images (#4221) 2024-07-29 22:59:02 +05:30
src chore(sh-admin): bump dependencies (#4433) 2024-10-23 18:51:00 +05:30
.dockerignore
.gitignore
.prettierignore
.prettierrc.cjs
Caddyfile fix: issues with port binding in different container runtimes (#4279) 2024-08-21 19:07:53 +05:30
Dockerfile
gql-codegen.yml
index.html
languages.json
package.json chore(sh-admin): bump dependencies (#4433) 2024-10-23 18:51:00 +05:30
postcss.config.cjs
prod_run.mjs
README.md
sh-admin-multiport-setup.Caddyfile fix: issues with port binding in different container runtimes (#4279) 2024-08-21 19:07:53 +05:30
sh-admin-subpath-access.Caddyfile fix: issues with port binding in different container runtimes (#4279) 2024-08-21 19:07:53 +05:30
tailwind.config.ts
tsconfig.json
tsconfig.node.json
vite.config.ts

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