zopassport 0.1.2 → 0.1.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +3 -1
- package/package.json +1 -1
- package/scripts/init.js +1 -1
package/README.md
CHANGED
|
@@ -30,7 +30,9 @@ npm install && npm run dev
|
|
|
30
30
|
|
|
31
31
|
That's it! 🎉 Your full Zo Passport app is running at http://localhost:5173
|
|
32
32
|
|
|
33
|
-
🔑 **
|
|
33
|
+
🔑 **Get your client key from a Zo House near you**
|
|
34
|
+
|
|
35
|
+
📦 **Repository:** https://github.com/ZoHouse/zopassport
|
|
34
36
|
|
|
35
37
|
---
|
|
36
38
|
|
package/package.json
CHANGED
package/scripts/init.js
CHANGED
|
@@ -174,7 +174,7 @@ async function init() {
|
|
|
174
174
|
log('║ ║', GREEN);
|
|
175
175
|
log('║ 2. Edit .env with your Zo client key: ║', GREEN);
|
|
176
176
|
log('║ ' + BOLD + 'VITE_ZO_CLIENT_KEY=your-key-here' + RESET + GREEN + ' ║', GREEN);
|
|
177
|
-
log('║ Get
|
|
177
|
+
log('║ Get token from a Zo House near you ║', GREEN);
|
|
178
178
|
log('║ ║', GREEN);
|
|
179
179
|
log('║ 3. Install dependencies: ║', GREEN);
|
|
180
180
|
log('║ ' + BOLD + 'npm install' + RESET + GREEN + ' ║', GREEN);
|