Skip to content

Commit 4818c18

Browse files
committed
feat: backend readme
1 parent ae1f69e commit 4818c18

File tree

1 file changed

+3
-17
lines changed

1 file changed

+3
-17
lines changed

apps/backend/README.md

Lines changed: 3 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,9 @@
1-
<!-- Header -->
2-
<br/><h3 align="center"><a href="https://github.com/BlueprintFramework"><code>BlueprintFramework</code></a>/<code>api</code></h3>
3-
<p align="center">
4-
<a href="https://github.com/BlueprintFramework/framework">Blueprint</a> <b>·</b>
5-
<a href="https://blueprint.zip">Website</a> <b>·</b>
6-
<a href="https://discord.com/servers/blueprint-1063548024825057451">Community</a>
7-
</p>
1+
## Development
82

9-
<!-- Development -->
10-
<br/><h2 align="center">🧩 Development</h2>
113
```bash
124
# Clone the repository
13-
git clone https://github.com/BlueprintFramework/api.git blueprint-api
14-
cd blueprint-api
5+
git clone https://github.com/BlueprintFramework/web.git blueprint-web
6+
cd blueprint-web
157

168
# Install dependencies
179
cargo build
@@ -22,9 +14,3 @@ cp .env.example .env
2214
# Start development server
2315
cargo run
2416
```
25-
26-
<br/><br/>
27-
<p align="center">
28-
© 2024-2025 Emma (prpl.wtf) and 0x7d8
29-
<br/><br/><img src="https://github.com/user-attachments/assets/ea44ca4a-c256-4e1c-9363-a6a7a3db9a80"/>
30-
</p>

0 commit comments

Comments
 (0)