Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/runfunrun/blog
My blog web site source code
https://github.com/runfunrun/blog
blog fumadocs nextjs portfolio
Last synced: 2 months ago
JSON representation
My blog web site source code
- Host: GitHub
- URL: https://github.com/runfunrun/blog
- Owner: RUNFUNRUN
- Created: 2024-02-02T11:10:25.000Z (12 months ago)
- Default Branch: main
- Last Pushed: 2024-10-23T01:43:24.000Z (3 months ago)
- Last Synced: 2024-10-24T16:19:38.570Z (3 months ago)
- Topics: blog, fumadocs, nextjs, portfolio
- Language: MDX
- Homepage: https://www.runfunrun.dev
- Size: 4.81 MB
- Stars: 2
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# blog
This is a Next.js application generated with
[Create Fumadocs](https://github.com/fuma-nama/fumadocs).Install dependencies:
```bash
bun install
```Run development server:
```bash
bun dev
```Open http://localhost:3000 with your browser to see the result.
Dev commands:
```bash
#format
bun run format
#lint
bun run lint
#lint(fix)
bun run lint:fix
#format, lint and import sort
bun run check:fix
```## Learn More
To learn more about Next.js and Fumadocs, take a look at the following
resources:- [Next.js Documentation](https://nextjs.org/docs) - learn about Next.js
features and API.
- [Learn Next.js](https://nextjs.org/learn) - an interactive Next.js tutorial.
- [Fumadocs](https://fumadocs.vercel.app) - learn about Fumadocs