From 87af91e712ff3afd3a4b87c3c0ac86146fcb5d3d Mon Sep 17 00:00:00 2001 From: Pat Needham Date: Mon, 26 Aug 2024 16:06:44 -0400 Subject: [PATCH] cleaned readme --- README.md | 59 +++++++++++-------------------------------------------- 1 file changed, 12 insertions(+), 47 deletions(-) diff --git a/README.md b/README.md index cc8f52f..b06c376 100644 --- a/README.md +++ b/README.md @@ -1,54 +1,19 @@ -
-

The Epic Stack 🚀

- - Ditch analysis paralysis and start shipping Epic Web apps. - -

- 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 Kent C. Dodds and - contributors. -

-
+# [patn.dev](https://github.com/goodeats/patn.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) - -
- -## Watch Kent's Introduction to The Epic Stack +My portfolio website as a web developer. -[![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) +## Development -["The Epic Stack" by Kent C. Dodds](https://www.epicweb.dev/talks/the-epic-stack) +To run this project locally: -## 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 +```sh +npm i +npm run setup +npm run dev +``` -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) +## Notes -## Thanks +This project is built with [Remix Run](https://remix.run/) and was started using the [Epic Stack](https://github.com/epicweb-dev/epic-stack), graciously provided by [Kent C. Dodds](https://twitter.com/kentcdodds). -You rock 🪨 +I am a big fan of Remix Run as a web framework for building better websites.