Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
17 commits
Select commit Hold shift + click to select a range
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
450 changes: 447 additions & 3 deletions .env.example

Large diffs are not rendered by default.

305 changes: 0 additions & 305 deletions .env.example.complete

This file was deleted.

2 changes: 1 addition & 1 deletion .github/IMPLEMENTATION_COMPLETE.md
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ Push to main → Workflow triggers → Sync to gxq → Create PR → Vercel depl

### For Vercel Setup

1. **Import repository** to Vercel: `SMSDAO/reimagined-jupiter`
1. **Import repository** to Vercel: `SMSDAO/TradeOS`
2. **Configure deployment**:
- Branch: `gxq` (recommended for automatic sync)
- Root Directory: `webapp`
Expand Down
4 changes: 2 additions & 2 deletions .github/SYNC_DEPLOY_GUIDE.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ git push origin main
### Step 1: Local Development

```bash
cd /path/to/reimagined-jupiter/webapp
cd /path/to/TradeOS/webapp

# Install dependencies (first time only)
npm install
Expand Down Expand Up @@ -78,7 +78,7 @@ The workflow automatically:
### Step 5: Verify Deployment

1. **Check GitHub Actions**
- Go to: https://github.com/SMSDAO/reimagined-jupiter/actions
- Go to: https://github.com/SMSDAO/TradeOS/actions
- Verify workflow completed successfully

2. **Review Pull Request**
Expand Down
2 changes: 1 addition & 1 deletion .github/WORKFLOW_DOCUMENTATION.md
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ git push origin gxq
#### Connect Repository to Vercel

1. Go to [vercel.com/new](https://vercel.com/new)
2. Import: `SMSDAO/reimagined-jupiter`
2. Import: `SMSDAO/TradeOS`
3. Select the `gxq` branch for deployment
4. Configure:
- Root Directory: `webapp`
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/autonomous-oracle-pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
- name: Setup Node.js
uses: actions/setup-node@v6
with:
node-version: '20'
node-version: '24'
cache: 'npm'

- name: Install Dependencies
Expand Down
Loading
Loading