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
- Host: GitHub
- URL: https://github.com/adlonymous/next-blog-portfolio
- Owner: adlonymous
- Created: 2023-04-29T14:50:02.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2024-01-31T01:21:15.000Z (over 2 years ago)
- Last Synced: 2025-07-26T02:39:43.161Z (11 months ago)
- Topics: next-tailwind, next-typescript, nextjs, nextjs13, vercel-deployment
- Language: TypeScript
- Homepage: https://adlonymous.vercel.app
- Size: 558 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.