Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/arvind-4/blog-frontend

Blog built on next.js, tailwind, typescript and contentlayer!
https://github.com/arvind-4/blog-frontend

css3 nextjs nextjs-blog nextjs-blog-app nextjs-typescript tailwind tailwind-css tailwindcss typescript

Last synced: 3 days ago
JSON representation

Blog built on next.js, tailwind, typescript and contentlayer!

Awesome Lists containing this project

README

        

# Blog in [Next.js](https://nextjs.org)

Blog built on next.js, tailwind, typescript and contentlayer!

Live [here!](https://blog-arvind11.vercel.app).




> This is the latest version.

> The old version is [here](https://github.com/Arvind-4/blog-frontend/tree/old-blog)




### Get the Code

- Clone Repo

```bash
cd ~/Dev
mkdir ~/Dev/blog -p
cd ~/Dev/blog
git clone hhttps://github.com/Arvind-4/blog-frontend.git .
```

- Install Dependencies

```bash
pnpm install
```

- Make a `.env`

```bash
cp .env.sample .env
```

- Run dev server

```bash
pnpm dev
```