Built with
Developing
- Update
.env.examplefile 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.examplefile found in the root ofhoppscotch-sh-admindirectory with your own keys and rename it to.env. - Install pnpm using npm by running
npm install -g pnpm. - Install dependencies by running
pnpm installwithin thehoppscotch-sh-admindirectory - It is assumed that the backend is running. Refer the Hoppscotch Backend
READMEto get the backend setup and running. - Start the development server with
pnpm run dev. - Open the development site by going to
http://localhost:3100in your browser.