Skip to content

Commit

Permalink
Merge pull request #5 from lsbyerley/dev
Browse files Browse the repository at this point in the history
Prod Deploy 20240526
  • Loading branch information
lsbyerley authored May 27, 2024
2 parents caf6ecb + e965355 commit 3f80fac
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 59 deletions.
55 changes: 2 additions & 53 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,54 +1,3 @@
<div align="center">
<h1 align="center"><a href="https://www.epicweb.dev/epic-stack">The Epic Stack 🚀</a></h1>
<strong align="center">
Ditch analysis paralysis and start shipping Epic Web apps.
</strong>
<p>
This is an opinionated project starter and reference that allows teams to
ship their ideas to production faster and on a more stable foundation based
on the experience of <a href="https://kentcdodds.com">Kent C. Dodds</a> and
<a href="https://github.com/epicweb-dev/epic-stack/graphs/contributors">contributors</a>.
</p>
</div>
# lucasb.dev

```sh
npx create-epic-app@latest
```

[![The Epic Stack](https://github-production-user-asset-6210df.s3.amazonaws.com/1500684/246885449-1b00286c-aa3d-44b2-9ef2-04f694eb3592.png)](https://www.epicweb.dev/epic-stack)

[The Epic Stack](https://www.epicweb.dev/epic-stack)

<hr />

## Watch Kent's Introduction to The Epic Stack

[![Epic Stack Talk slide showing Flynn Rider with knives, the text "I've been around and I've got opinions" and Kent speaking in the corner](https://github-production-user-asset-6210df.s3.amazonaws.com/1500684/277818553-47158e68-4efc-43ae-a477-9d1670d4217d.png)](https://www.epicweb.dev/talks/the-epic-stack)

["The Epic Stack" by Kent C. Dodds](https://www.epicweb.dev/talks/the-epic-stack)

## Docs

[Read the docs](https://github.com/epicweb-dev/epic-stack/blob/main/docs)
(please 🙏).

## Support

- 🆘 Join the
[discussion on GitHub](https://github.com/epicweb-dev/epic-stack/discussions)
and the [KCD Community on Discord](https://kcd.im/discord).
- 💡 Create an
[idea discussion](https://github.com/epicweb-dev/epic-stack/discussions/new?category=ideas)
for suggestions.
- 🐛 Open a [GitHub issue](https://github.com/epicweb-dev/epic-stack/issues) to
report a bug.

## Branding

Want to talk about the Epic Stack in a blog post or talk? Great! Here are some
assets you can use in your material:
[EpicWeb.dev/brand](https://epicweb.dev/brand)

## Thanks

You rock 🪨
personal site for lucasb built on top of [The Epic Stack](https://www.epicweb.dev/epic-stack)
3 changes: 0 additions & 3 deletions app/root.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@ import { EpicProgress } from '#app/components/progress-bar.tsx'
import SiteFooter from '#app/components/site-footer.js'
import { useToast } from '#app/components/toaster.tsx'
import { Button } from '#app/components/ui/button.tsx'
import { href as iconsHref } from '#app/components/ui/icon.tsx'
import {
SheetTrigger,
SheetClose,
Expand All @@ -46,8 +45,6 @@ import tailwindStyleSheetUrl from './styles/tailwind.css?url'

export const links: LinksFunction = () => {
return [
// Preload svg sprite as a resource to avoid render blocking
{ rel: 'preload', href: iconsHref, as: 'image' },
// Preload CSS as a resource to avoid render blocking
{ rel: 'icon', type: 'image/png', href: '/favicons/favicon-32x32.png' },
{
Expand Down
4 changes: 1 addition & 3 deletions app/routes/_index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ const Home = () => {
<div className="container px-4 md:px-6">
<div className="flex flex-col items-center justify-center space-y-4 text-center">
<div className="space-y-2">
<div className="inline-block rounded-lg bg-gray-50 px-3 py-1 text-sm dark:bg-gray-800">
<div className="inline-block rounded-lg bg-gray-50 px-3 py-1 text-sm dark:bg-gray-900">
Featured Projects
</div>
<h2
Expand Down Expand Up @@ -193,7 +193,6 @@ const Home = () => {
rel="noreferrer noopener"
>
<GithubIcon className="h-6 w-6" />
<span>lucasb</span>
</a>
<a
className="flex items-center gap-2"
Expand All @@ -202,7 +201,6 @@ const Home = () => {
rel="noreferrer noopener"
>
<LinkedinIcon className="h-6 w-6" />
<span>lucasb</span>
</a>
</div>
</div>
Expand Down

0 comments on commit 3f80fac

Please sign in to comment.