api-client/packages/hoppscotch-sh-admin
Anwarul Islam 6fa722df7b
chore: hoppscotch-ui improvements (#3497)
Co-authored-by: Liyas Thomas <liyascthomas@gmail.com>
Co-authored-by: Andrew Bastin <andrewbastin.k@gmail.com>
2023-12-06 00:08:44 +05:30
..
assets chore: hoppscotch-ui improvements (#3497) 2023-12-06 00:08:44 +05:30
locales feat: introducing a new smart table hoppscotch ui component (#3178) 2023-11-06 11:31:55 +05:30
public chore: updated brand assets (#3500) 2023-11-08 15:47:35 +05:30
src chore: hoppscotch-ui improvements (#3497) 2023-12-06 00:08:44 +05:30
.dockerignore feat: introducing i18n support to admin dashboard (#3051) 2023-06-16 09:47:00 +05:30
.gitignore feat: introducing self hosted admin dashboard package (#12) 2023-02-28 13:13:27 +05:30
.prettierignore feat: replacing windicss by tailwindcss in hoppscotch-ui (#3076) 2023-11-01 20:55:08 +05:30
.prettierrc.cjs chore: hoppscotch-ui improvements (#3497) 2023-12-06 00:08:44 +05:30
Caddyfile feat: support for subpath based access in SH apps (#3449) 2023-11-22 19:35:35 +05:30
Dockerfile fix: reduce the memory consumption during build to prevent OOM (#3148) 2023-07-18 00:08:06 +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 chore: updated brand assets (#3500) 2023-11-08 15:47:35 +05:30
languages.json feat: introducing i18n support to admin dashboard (#3051) 2023-06-16 09:47:00 +05:30
package.json chore: merge hoppscotch/main into hoppscotch/release/2023.12.0 2023-11-16 13:51:12 +05:30
postcss.config.cjs feat: replacing windicss by tailwindcss in hoppscotch-ui (#3076) 2023-11-01 20:55:08 +05:30
prod_run.mjs feat: support for subpath based access in SH apps (#3449) 2023-11-22 19:35:35 +05:30
README.md fix: changed vite icon to hoppscotch icon and changed title in admin dashboard (#82) 2023-04-10 13:07:59 +05:30
sh-admin-multiport-setup.Caddyfile feat: support for subpath based access in SH apps (#3449) 2023-11-22 19:35:35 +05:30
sh-admin-subpath-access.Caddyfile feat: support for subpath based access in SH apps (#3449) 2023-11-22 19:35:35 +05:30
tailwind.config.ts feat: replacing windicss by tailwindcss in hoppscotch-ui (#3076) 2023-11-01 20:55:08 +05:30
tsconfig.json refactor: fonts are now bundled with packages (#3227) 2023-08-05 23:42:31 +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: replacing windicss by tailwindcss in hoppscotch-ui (#3076) 2023-11-01 20:55:08 +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:3100 in your browser.