https://github.com/noxify/renoun-memoryfs
https://github.com/noxify/renoun-memoryfs
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/noxify/renoun-memoryfs
- Owner: noxify
- Created: 2025-02-28T22:55:18.000Z (3 months ago)
- Default Branch: main
- Last Pushed: 2025-02-28T22:55:20.000Z (3 months ago)
- Last Synced: 2025-03-19T05:34:31.157Z (2 months ago)
- Language: TypeScript
- Size: 38.1 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Blog
This example shows how to build a blog with renoun and Next.js.
[](https://vercel.com/new/clone?repository-url=https://github.com/souporserious/renoun/tree/main/examples/blog&project-name=renoun-blog&repository-name=renoun-blog)
## How to use
Use the [`create-renoun`](https://github.com/souporserious/renoun/tree/main/packages/create-renoun) CLI to copy this example to your machine:
```bash
npx create-renoun --example blog
```