Skip to content

rvigil24/my-dev-space-blog

Repository files navigation

Blog For Developers

This is a static website using React, NextJS, Tailwind and Husky. The project uses Markdown for the posts, the information is extracted using gray-matter and marked .

Features

  • Git hooks using Husky
  • Post caching
  • Create, fetch and parses markdown
  • Static Data Fetching
  • Search bar using cached posts

Run Locally

Clone the project

  git clone https://github.com/rvigil24/my-dev-space-blog

Go to the project directory

  cd my-dev-space-blog

Install dependencies

  npm install

Start the server

  npm run start

Deployment

To deploy this project run

  npm run build

Authors

About

This is a static blog website using NextJS.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published