Skip to content

Commit 68c7ac1

Browse files
chore: Update README with improved formatting and setup instructions (#2251)
1 parent c21edba commit 68c7ac1

File tree

1 file changed

+13
-4
lines changed

1 file changed

+13
-4
lines changed

README.md

Lines changed: 13 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
[DefiLlama](https://defillama.com) is the leading DeFi analytics and insights platform, providing comprehensive data on total value locked (TVL), yields, stablecoins, and more across all blockchain ecosystems.
44

5-
Check it out live at https://defillama.com
5+
Check it out live at: https://defillama.com
66

77
## Features
88

@@ -16,21 +16,26 @@ Check it out live at https://defillama.com
1616
## Local Setup
1717

1818
#### 1. Clone the repository:
19+
1920
```bash
20-
git clone https://github.com/DefiLlama/DefiLlama.git
21-
cd DefiLlama
21+
git clone https://github.com/DefiLlama/defillama-app.git
22+
cd defillama-app
2223
```
2324

2425
#### 2. Install dependencies:
26+
2527
```bash
2628
yarn
2729
```
2830

2931
#### 3. Start the development server:
32+
3033
```bash
3134
yarn dev
3235
```
3336

37+
Open [http://localhost:3000](http://localhost:3000) with your browser to see the result.
38+
3439
## Contributing
3540

3641
Contributions are welcome. New features, small fixes, docs updates, whatever helps.
@@ -57,4 +62,8 @@ Join the conversation and stay up to date:
5762

5863
- [X/Twitter](https://twitter.com/DefiLlama)
5964
- [Discord](https://discord.defillama.com/)
60-
- [Documentation](https://docs.llama.fi/)
65+
- [Documentation](https://docs.llama.fi/)
66+
67+
## License
68+
69+
[GPL-3.0](./LICENSE)

0 commit comments

Comments
 (0)