Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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!
- Host: GitHub
- URL: https://github.com/arvind-4/blog-frontend
- Owner: Arvind-4
- License: mit
- Created: 2021-12-13T14:01:33.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2024-07-26T06:50:06.000Z (7 months ago)
- Last Synced: 2024-07-26T13:53:15.418Z (7 months ago)
- Topics: css3, nextjs, nextjs-blog, nextjs-blog-app, nextjs-typescript, tailwind, tailwind-css, tailwindcss, typescript
- Language: TypeScript
- Homepage: https://blog-arvind11.vercel.app
- Size: 272 KB
- Stars: 3
- Watchers: 2
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```