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

https://github.com/adlonymous/next-blog-portfolio

Personal Blog Website
https://github.com/adlonymous/next-blog-portfolio

next-tailwind next-typescript nextjs nextjs13 vercel-deployment

Last synced: about 2 months ago
JSON representation

Personal Blog Website

Awesome Lists containing this project

README

          

This is my Blog website which I have built using NextJS and created using Create-Next-App. The other technologies used include TypeScript & TailwindCSS with a hint of NodeJS. In the future, I will be adding more posts and eventually convert this into my portfolio website.

## How to run the project

1. Clone the repository

2. Install the dependencies

```bash
npm install
# or
yarn install
#or
pnpm install
```

3. Run the development server

```bash
npm run dev
# or
yarn dev
#or
pnpm dev
```

4. Open [http://localhost:3000](http://localhost:3000) with your browser to see the result.