Skip to content

Commit 35d84ec

Browse files
committed
feat: add one-click Deploy to Vercel button to README and landing page
1 parent 6dcbe53 commit 35d84ec

2 files changed

Lines changed: 7 additions & 4 deletions

File tree

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@
22
<img src="docs/logo.png" alt="Monolith Industries" width="120">
33
<h1>MONOLITH INDUSTRIES</h1>
44
<p><strong>Highly-opinionated, enterprise-grade Next.js infrastructure for one person.</strong></p>
5+
<p>
6+
<a href="https://vercel.com/new/clone?repository-url=https%3A%2F%2Fgithub.com%2Fjosheche%2Fmonolith-industries&env=NEXT_PUBLIC_SUPABASE_URL,NEXT_PUBLIC_SUPABASE_ANON_KEY,SUPABASE_SERVICE_ROLE_KEY,DATABASE_URL"><img src="https://vercel.com/button" alt="Deploy with Vercel"></a>
7+
</p>
58
<p>
69
<a href="#quick-start">Get Started</a> &middot;
710
<a href="#whats-included">What's Included</a> &middot;

docs/index.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -465,11 +465,11 @@
465465
<h1>MONOLITH<br>INDUSTRIES</h1>
466466
<p class="hero-sub">Highly-opinionated, enterprise-grade Next.js infrastructure for one person.</p>
467467
<div class="hero-ctas">
468-
<a href="https://github.com/josheche/monolith-industries" class="btn btn-primary">
469-
View on GitHub
468+
<a href="https://vercel.com/new/clone?repository-url=https%3A%2F%2Fgithub.com%2Fjosheche%2Fmonolith-industries&env=NEXT_PUBLIC_SUPABASE_URL,NEXT_PUBLIC_SUPABASE_ANON_KEY,SUPABASE_SERVICE_ROLE_KEY,DATABASE_URL" class="btn btn-primary">
469+
Deploy to Vercel
470470
</a>
471-
<a href="https://github.com/josheche/monolith-industries#quick-start" class="btn btn-secondary">
472-
Get Started
471+
<a href="https://github.com/josheche/monolith-industries" class="btn btn-secondary">
472+
View on GitHub
473473
</a>
474474
</div>
475475
</div>

0 commit comments

Comments
 (0)