mirror of
https://github.com/hoppscotch/hoppscotch
synced 2024-11-22 07:01:28 +00:00
2.0 KiB
2.0 KiB
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.