- Update
.env.example
file found in the root of repository with your own keys and rename it to.env
.
- Clone this repo with git.
- Install pnpm using npm by running
npm install -g pnpm
. - Install dependencies by running
pnpm install
within the directory that you cloned (probablyhoppscotch
). - Start the development server with
pnpm run dev
. - Open the development site by going to
http://localhost:3000
in your browser.
- Run
pnpm run build
in the hoppscotch-web package and copy the dist folder to the AWS CDK folder in backend