hoppscotch/packages/hoppscotch-sh-admin
2023-04-09 22:29:23 +05:30
..
assets
public fix: sh-admin dashboard bugs and UI polish (#56) 2023-03-29 23:49:34 +05:30
src refactor: load terms and privacy policy from env variables in dashboard login page (#79) 2023-04-08 16:51:48 +05:30
.gitignore
Caddyfile feat: self host packaging (HBE-166) (#41) 2023-04-04 03:17:18 +05:30
Dockerfile feat: self host packaging (HBE-166) (#41) 2023-04-04 03:17:18 +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
package.json chore: set sh-admin and selfhost-web version to 2023.4.0 2023-04-09 22:29:23 +05:30
README.md refactor: remove of light mode from admin dashboard + added README, .env.example (#33) 2023-03-13 18:57:29 +05:30
tsconfig.json
tsconfig.node.json
vite.config.ts fix: admin dashboard bugs (#74) 2023-04-07 03:23:55 +05:30
windi.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:3000 in your browser.