mirror of
https://github.com/hoppscotch/hoppscotch
synced 2024-11-21 22:50:51 +00:00
79aefed322
Co-authored-by: jamesgeorge007 <25279263+jamesgeorge007@users.noreply.github.com> |
||
---|---|---|
.. | ||
assets | ||
locales | ||
public | ||
src | ||
.dockerignore | ||
.gitignore | ||
.prettierignore | ||
.prettierrc.cjs | ||
Caddyfile | ||
Dockerfile | ||
gql-codegen.yml | ||
index.html | ||
languages.json | ||
package.json | ||
postcss.config.cjs | ||
prod_run.mjs | ||
README.md | ||
sh-admin-multiport-setup.Caddyfile | ||
sh-admin-subpath-access.Caddyfile | ||
tailwind.config.ts | ||
tsconfig.json | ||
tsconfig.node.json | ||
vite.config.ts |
Built with
Developing
- Update
.env.example
file found in the root of repository with your own keys and rename it to.env
.
Local development environment
- Clone this repo with git.
- Update
.env.example
file found in the root ofhoppscotch-sh-admin
directory with your own keys and rename it to.env
. - Install pnpm using npm by running
npm install -g pnpm
. - Install dependencies by running
pnpm install
within thehoppscotch-sh-admin
directory - It is assumed that the backend is running. Refer the Hoppscotch Backend
README
to get the backend setup and running. - Start the development server with
pnpm run dev
. - Open the development site by going to
http://localhost:3100
in your browser.