Skip to content

Commit

Permalink
Merge pull request #2 from web3-storage/feat/test
Browse files Browse the repository at this point in the history
feat: get website working
  • Loading branch information
travis authored Oct 9, 2023
2 parents bb3c0dc + 9d27917 commit c710875
Show file tree
Hide file tree
Showing 14 changed files with 344 additions and 230 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
steps:
- uses: actions/checkout@v3
- uses: ./.github/actions/pnpm
- run: pnpm pages:build
- run: pnpm build
env:
NEXT_PUBLIC_SERVICE_DID: 'did:web:staging.web3.storage'
NEXT_PUBLIC_SERVICE_URL: 'https://staging.up.web3.storage'
Expand Down Expand Up @@ -81,7 +81,7 @@ jobs:
steps:
- uses: actions/checkout@v3
- uses: ./.github/actions/pnpm
- run: pnpm pages:build
- run: pnpm build
env:
NEXT_PUBLIC_SERVICE_DID: 'did:web:web3.storage'
NEXT_PUBLIC_SERVICE_URL: 'https://up.web3.storage'
Expand Down
2 changes: 2 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,13 @@
"dev": "next dev",
"build": "next build",
"start": "next start",
"test": "pnpm lint",
"lint": "next lint"
},
"dependencies": {
"@headlessui/react": "^1.7.17",
"@heroicons/react": "^2.0.18",
"@ucanto/interface": "^9.0.0",
"@w3ui/react-keyring": "^6.0.1",
"@w3ui/react-uploader": "^5.0.1",
"@w3ui/react-uploads-list": "^4.0.1",
Expand Down
Loading

0 comments on commit c710875

Please sign in to comment.