-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
12 additions
and
47 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,54 +1,19 @@ | ||
<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> | ||
# [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) | ||
|
||
<hr /> | ||
|
||
## 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. |