Skip to content

Latest commit

 

History

History
18 lines (11 loc) · 803 Bytes

README.md

File metadata and controls

18 lines (11 loc) · 803 Bytes

yasoon hop tool

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. Install pnpm using npm by running npm install -g pnpm.
  3. Install dependencies by running pnpm install within the directory that you cloned (probably hoppscotch).
  4. Start the development server with pnpm run dev.
  5. Open the development site by going to http://localhost:3000 in your browser.

Releasing

  1. Run pnpm run build in the hoppscotch-web package and copy the dist folder to the AWS CDK folder in backend