Skip to content

Commit a9a2160

Browse files
committed
Updated README
1 parent cc22c6f commit a9a2160

File tree

2 files changed

+19
-0
lines changed

2 files changed

+19
-0
lines changed

.vscode/launch.json

+17
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
{
2+
// Use IntelliSense to learn about possible attributes.
3+
// Hover to view descriptions of existing attributes.
4+
// For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387
5+
"version": "0.2.0",
6+
"configurations": [
7+
{
8+
"name": "Launch Package",
9+
"type": "go",
10+
"request": "launch",
11+
"mode": "auto",
12+
"program": "${workspaceFolder}",
13+
"args": ["-d","web"]
14+
}
15+
16+
]
17+
}

README.md

+2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# JamPuppy - a Jam Stack tool for Dogebox
22

3+
This project is hosted on [radicle.xyz](https://radicle.xyz) at [rad:zFn9j7QAVA1juvUkjNxKDHRREn35](https://app.radicle.xyz/nodes/ash.radicle.garden/zFn9j7QAVA1juvUkjNxKDHRREn35)
4+
35
JamPuppy is a simple go binary that can be used to create and
46
serve static jam-stack apps on dogebox, as installable pups.
57

0 commit comments

Comments
 (0)