Giter Site home page Giter Site logo

pk-s-blogs's Introduction

OpenBlog is open source template is design and built with nextjs and tailwind CSS.

Getting Started

# clone the repository
git clone https://github.com/frontendweb3/open-blog.git
# change the directory
cd open-blog
# install packages with pnpm or npm or yarn.
pnpm install
# or
npm install
# or
yarn install

Then, run the development server:

npm run dev
# or
yarn dev
# or
pnpm dev

Open http://localhost:3000 with your browser to see the result.

Folder Structure

.
├── components
│   ├── Card.tsx
│   ├── Footer.tsx
│   ├── Header.tsx
│   ├── Layout.tsx
│   ├── Newsletter.tsx
│   ├── Pagination.tsx
│   ├── Search.tsx
│   └── useFuse.ts
├── data
│   └── posts.ts
├── next.config.js
├── next-env.d.ts
├── package.json
├── pages
│   ├── 404.tsx
│   ├── _app.tsx
│   ├── authors
│   ├── _document.tsx
│   ├── index.tsx
│   ├── read
│   │   └── [slug].tsx
│   └── tags
│       └── [slug].tsx
├── pnpm-lock.yaml
├── postcss.config.js
├── public
│   ├── favicon.ico
│   ├── images
│   │   ├── android.jpg
│   │   ├── blog-2.jpg
│   │   ├── camera.jpg
│   │   ├── computer.jpg
│   │   ├── health.jpg
│   │   ├── ios.jpg
│   │   ├── photographer.jpg
│   │   ├── smartphone.jpg
│   │   ├── software-developer.jpg
│   │   ├── technology.jpg
│   │   └── vegetables.jpg
│   ├── moon.jpg
│   ├── next.svg
│   ├── thirteen.svg
│   └── vercel.svg
├── README.md
├── styles
│   └── globals.css
├── tailwind.config.js
├── tsconfig.json
└── type.d.ts

pk-s-blogs's People

Contributors

pankaj143p avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.