Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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