Skip to content

Commit

Permalink
Merge pull request #47 from ai16z/staging
Browse files Browse the repository at this point in the history
Staging
  • Loading branch information
arazaki authored Dec 3, 2024
2 parents 16a785e + 483f4f1 commit 5fcb9b3
Show file tree
Hide file tree
Showing 131 changed files with 25,141 additions and 8,806 deletions.
1 change: 0 additions & 1 deletion .babelrc

This file was deleted.

11 changes: 11 additions & 0 deletions .prettierrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
{
"printWidth": 80,
"tabWidth": 2,
"singleQuote": false,
"semi": false,
"trailingComma": "es5",
"bracketSpacing": true,
"bracketSameLine": false,
"arrowParens": "always",
"plugins": ["prettier-plugin-tailwindcss"]
}
12 changes: 12 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -129,6 +129,18 @@ The responsive version for wallets and wallet adapter may not function or work a
## Installation
```bash
git clone https://github.com/AI16Z/ai16z-partners-lounge.git
```

```bash
cd ai16z-partners-lounge
```

```bash
nvm use 21.11
```

```bash
npm install
# or
Expand Down
8 changes: 8 additions & 0 deletions halp
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
feature/add-api-key
feature/add-jupiter
feature/collab
feature/explorer
feature/jupiter-modal
* feature/saas
fix-user-holdings
main
2 changes: 1 addition & 1 deletion next.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
const nextConfig = {
reactStrictMode: true,
images: {
domains: ['avatars.githubusercontent.com', 'cdn.discordapp.com', 'pbs.twimg.com'],
domains: ['avatars.githubusercontent.com', 'cdn.discordapp.com', 'pbs.twimg.com',"images.ladbible.com", "t.me", "telegram.org"],
},
}

Expand Down
Loading

0 comments on commit 5fcb9b3

Please sign in to comment.