From 23246b81846f3ae0abcd660df251c38ff24592cf Mon Sep 17 00:00:00 2001 From: rishabhpoddar Date: Mon, 29 Jul 2024 12:07:47 +0530 Subject: [PATCH] modifies contributing --- CONTRIBUTING.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 19d2ce2..556c4a4 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -12,6 +12,8 @@ npm run start This will start the server on `http://localhost:3000`, and the bundle can be accessed on `http://localhost:3000/static/js/bundle.js` +Now you can create an example angular / vue app using `npx create-supertokens-app@latest` and change the bundle location in the code from the jsdeliver one to the local one to test it out. + ## Build ``` npm run build