-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdeploytogithub.out.rtf
More file actions
67 lines (66 loc) · 2.99 KB
/
Copy pathdeploytogithub.out.rtf
File metadata and controls
67 lines (66 loc) · 2.99 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
{\rtf1\ansi\ansicpg1252\cocoartf2822
\cocoatextscaling0\cocoaplatform0{\fonttbl\f0\fnil\fcharset0 Menlo-Regular;}
{\colortbl;\red255\green255\blue255;\red0\green0\blue0;}
{\*\expandedcolortbl;;\csgray\c0;}
\margl1440\margr1440\vieww14320\viewh15040\viewkind0
\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\pardirnatural\partightenfactor0
\f0\fs22 \cf2 \CocoaLigature0 vivek.verma@Mac-A001558 UniversalPackaging % bash setup-github.sh \
Initialized empty Git repository in /Users/vivek.verma/Downloads/UniversalPackaging/.git/\
[main (root-commit) 899711e] feat: initial Universal Packaging USA Next.js e-commerce project\
32 files changed, 2577 insertions(+)\
create mode 100644 .do/app.yaml\
create mode 100644 .env.example\
create mode 100644 .github/workflows/ci.yml\
create mode 100644 .gitignore\
create mode 100644 CLAUDE.md\
create mode 100644 Dockerfile\
create mode 100644 next.config.ts\
create mode 100644 package.json\
create mode 100644 postcss.config.js\
create mode 100644 setup-github.sh\
create mode 100644 src/app/about/page.tsx\
create mode 100644 src/app/api/checkout/route.ts\
create mode 100644 src/app/cart/page.tsx\
create mode 100644 src/app/checkout/page.tsx\
create mode 100644 src/app/checkout/success/page.tsx\
create mode 100644 src/app/contact/page.tsx\
create mode 100644 src/app/globals.css\
create mode 100644 src/app/layout.tsx\
create mode 100644 src/app/not-found.tsx\
create mode 100644 src/app/page.tsx\
create mode 100644 src/app/products/[slug]/page.tsx\
create mode 100644 src/app/products/page.tsx\
create mode 100644 src/components/Footer.tsx\
create mode 100644 src/components/Header.tsx\
create mode 100644 src/components/ProductCard.tsx\
create mode 100644 src/components/StatsBanner.tsx\
create mode 100644 src/lib/products.ts\
create mode 100644 src/lib/store.ts\
create mode 100644 src/lib/stripe.ts\
create mode 100644 src/types/index.ts\
create mode 100644 tailwind.config.ts\
create mode 100644 tsconfig.json\
Enumerating objects: 51, done.\
Counting objects: 100% (51/51), done.\
Delta compression using up to 12 threads\
Compressing objects: 100% (40/40), done.\
Writing objects: 100% (51/51), 33.95 KiB | 8.49 MiB/s, done.\
Total 51 (delta 2), reused 0 (delta 0), pack-reused 0 (from 0)\
remote: Resolving deltas: 100% (2/2), done.\
To https://github.com/gt8167c/universalpackagingusa.git\
* [new branch] main -> main\
branch 'main' set up to track 'origin/main'.\
\
Done! Code pushed to: https://github.com/gt8167c/universalpackagingusa.git\
\
Next steps:\
1. cp .env.example .env.local (then add your Stripe keys)\
2. npm install\
3. npm run dev (visit http://localhost:3000)\
\
To deploy on DigitalOcean:\
- Update .do/app.yaml: replace YOUR_GITHUB_USERNAME with your actual username\
- Go to cloud.digitalocean.com/apps \uc0\u8594 New App \u8594 GitHub \u8594 select the repo\
- Add Stripe keys as environment secrets in the App Platform dashboard\
vivek.verma@Mac-A001558 UniversalPackaging % \
}