Skip to content

Commit

Permalink
Readme updates & add gh link
Browse files Browse the repository at this point in the history
  • Loading branch information
dtedesco1 committed Nov 4, 2024
1 parent 0bc827e commit c965cb3
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README → README.md
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ npm start

I tried to make this as simple as possible, given the constraints of modern web development.

```
```bash
my-markdown-app/
.
├── README
Expand Down
6 changes: 5 additions & 1 deletion app/content/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -38,4 +38,8 @@ We can add client side interactive React components:

Here's the code for this page (shown below using a server side component):

<RenderHomepageCode />
<RenderHomepageCode />

## Try it now

**[Fork this repo on GitHub](https://github.com/dtedesco1/nextjs-markdown-boilerplate)**

0 comments on commit c965cb3

Please sign in to comment.