You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
YieldMax is a platform that helps you compare and analyze different yield opportunities in the DeFi ecosystem.
4
-
We aggregate data from various protocols to provide you with transparent information to make informed decisions.
3
+
Compare and optimize DeFi yield opportunities with transparent protocol analysis and risk assessment.
5
4
6
-
## Tech Stack
5
+
[](https://github.com/yourusername/yieldmax/actions/workflows/deploy.yml)
7
6
8
-
-**Next.js** - React framework with SSR and static site generation capabilities
9
-
-**TypeScript** - For type safety and better developer experience
10
-
-**Bun** - JavaScript runtime and package manager
7
+
## Features
11
8
12
-
## Getting Started
9
+
-**Protocol Comparison** - Compare yields across multiple protocols
10
+
-**Risk Assessment** - Understand the risks associated with each protocol
11
+
-**Yield Simulation** - Project potential earnings based on investment amount and time
12
+
-**Beginner Guides** - Learn about DeFi yield strategies
13
13
14
-
Make sure you have [Bun](https://bun.sh) installed on your machine.
14
+
## Quick Start
15
15
16
16
```bash
17
17
# Install dependencies
@@ -23,68 +23,68 @@ bun run dev
23
23
# Build for production
24
24
bun run build
25
25
26
-
#Start production server
27
-
bun run start
26
+
#Run tests
27
+
bun run test
28
28
```
29
29
30
-
## Static Site Generation
30
+
## Tech Stack
31
31
32
-
Next.js generates static HTML files for all pages during the build process, which enables faster loading times and SEO benefits. The output is saved to the `/out` directory.
32
+
-**Next.js** - React framework with SSR and static site generation
33
+
-**TypeScript** - Type-safe JavaScript
34
+
-**Bun** - Fast JavaScript runtime and package manager
35
+
-**React Query** - Data fetching and state management
36
+
-**CSS Modules** - Scoped styling
33
37
34
-
## Deployment
38
+
## Development
35
39
36
-
This repository is configured with GitHub Actions for automatic deployment to the production server. We use Bun for all build and deployment processes.
40
+
### Testing
37
41
38
-
### Setting up SSH Deployment
42
+
We use Bun's built-in test runner with React Testing Library:
39
43
40
-
1. Generate an SSH key pair if you don't already have one:
0 commit comments