Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
.env
.history
node_modules
node_modules
*.pem
10 changes: 9 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,12 @@ npm run dev

on hoppscotch:
connect on :
ws://localhost:8080
ws://localhost:8080

make a folder in src named as ssl and
run these commands in src/ssl:

mkcert -install
mkcert localhost

these create the ssl files needed
Loading