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

https://github.com/pr4j3sh/temp-blog

blog website template
https://github.com/pr4j3sh/temp-blog

blog contentlayer frames nextjs template typescript

Last synced: 14 days ago
JSON representation

blog website template

Awesome Lists containing this project

README

          

# Blog Template

This is a Blog app template built using NextJs + Tailwind CSS, @next/mdx template with router, dark/light theme mode, svg icons support with Icones, pre-styled components, fully responsive and SEO friendly.

## Getting Started

- Use this template via `@pr4j3sh/frames` npm package:

```bash
npm create @pr4j3sh/frames@latest temp-blog myapp
```

> You can replace `myapp` with the desired name of your choice.

- Run using `dev`:

```bash
npm run dev
```

## Deploy

- Use [vercel](https://vercel.com/) for deployment.

## Read More

Here are some useful documentation links:

- [Next Documentation](https://nextjs.org/)
- [@next/mdx Documentation](https://nextjs.org/docs/app/guides/mdx)
- [TailwindCSS Documentation](https://tailwindcss.com/docs/utility-first)
- [Iconer](https://icones.js.org/)
- [@pr4j3sh/frames](https://github.com/pr4j3sh/frames/)