Skip to content

Commit

Permalink
change link to readme
Browse files Browse the repository at this point in the history
  • Loading branch information
PBillingsby committed Jun 26, 2023
1 parent b13cb53 commit 5d3d42e
Show file tree
Hide file tree
Showing 10 changed files with 15 additions and 11 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "create-permaweb-app",
"version": "0.1.0",
"version": "0.1.2",
"private": false,
"keywords": [
"create-permaweb-app",
Expand Down
4 changes: 2 additions & 2 deletions packages/create-permaweb-app/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "create-permaweb-app",
"version": "0.1.0",
"version": "0.1.3",
"description": "A boilerplate for creating projects ready to deploy to the Permaweb.",
"keywords": [
"create-permaweb-app",
Expand Down Expand Up @@ -47,4 +47,4 @@
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
}
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,9 @@
"process": "^0.11.10",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"util": "^0.12.4"
"util": "^0.12.4",
"@splinetool/react-spline": "^2.2.6",
"@splinetool/runtime": "^0.9.298"
},
"devDependencies": {
"@types/react": "^18.0.27",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,9 @@
"process": "^0.11.10",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"util": "^0.12.4"
"util": "^0.12.4",
"@splinetool/react-spline": "^2.2.6",
"@splinetool/runtime": "^0.9.298"
},
"devDependencies": {
"@types/react": "^18.0.27",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ export default function Home() {
<Spline className="animation" scene="https://prod.spline.design/XLnDWYFfWJOD4Qlq/scene.splinecode" />
<div className="overlay">
<img src="https://arweave.net/IWZM05IXemJ3vhKYjHfADhw-v8rw8sS2i39mVCbp-rQ" alt="Logo" />
<p><a href="https://create-permaweb-app.arweave.dev" target="_blank">Get Started</a></p>
<p><a href="https://github.com/PBillingsby/create-permaweb-app/blob/main/README.md" target="_blank">Get Started</a></p>
<a href="https://cookbook.arweave.dev" target="_blank">Explore the Arweave Cookbook</a>
</div>
</div>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ export default function Home() {
<Spline className="animation" scene="https://prod.spline.design/XLnDWYFfWJOD4Qlq/scene.splinecode" />
<div className="overlay">
<img src="https://arweave.net/IWZM05IXemJ3vhKYjHfADhw-v8rw8sS2i39mVCbp-rQ" alt="Logo" />
<p><a href="https://create-permaweb-app.arweave.dev" target="_blank">Get Started</a></p>
<p><a href="https://github.com/PBillingsby/create-permaweb-app/blob/main/README.md" target="_blank">Get Started</a></p>
<a href="https://cookbook.arweave.dev" target="_blank">Explore the Arweave Cookbook</a>
</div>
</div>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
alt="subtext"
/>
<p>
<a href="https://create-permaweb-app.arweave.dev" target="_blank"
<a href="https://github.com/PBillingsby/create-permaweb-app/blob/main/README.md" target="_blank"
>Get Started</a
>
</p>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
alt="Logo"
/>
<p>
<a href="https://create-permaweb-app.arweave.dev" target="_blank"
<a href="https://github.com/PBillingsby/create-permaweb-app/blob/main/README.md" target="_blank"
>Get Started</a
>
</p>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ export default function App() {
<Spline className="animation" scene="https://prod.spline.design/XLnDWYFfWJOD4Qlq/scene.splinecode" />
<div className="overlay">
<img src="https://arweave.net/IWZM05IXemJ3vhKYjHfADhw-v8rw8sS2i39mVCbp-rQ" alt="Logo" />
<p><a href="https://create-permaweb-app.arweave.dev" target="_blank">Get Started</a></p>
<p><a href="https://github.com/PBillingsby/create-permaweb-app/blob/main/README.md" target="_blank">Get Started</a></p>
<a href="https://cookbook.arweave.dev" target="_blank">Explore the Arweave Cookbook</a>
</div>
</div>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ export default function App() {
<Spline className="animation" scene="https://prod.spline.design/XLnDWYFfWJOD4Qlq/scene.splinecode" />
<div className="overlay">
<img src="https://arweave.net/IWZM05IXemJ3vhKYjHfADhw-v8rw8sS2i39mVCbp-rQ" alt="Logo" />
<p><a href="https://create-permaweb-app.arweave.dev" target="_blank">Get Started</a></p>
<p><a href="https://github.com/PBillingsby/create-permaweb-app/blob/main/README.md" target="_blank">Get Started</a></p>
<a href="https://cookbook.arweave.dev" target="_blank">Explore the Arweave Cookbook</a>
</div>
</div>
Expand Down

0 comments on commit 5d3d42e

Please sign in to comment.