Skip to content

DevVoxel/nextjs-blog

Repository files navigation

NextJS Blog

Preview Screenshot

This blog is created using NextJS. Utilizing features such as CSR, this blog loads all the static entries and parses them from MDX to HTMl. Each entry is static and passed to the web as a markdown file. They also each have their own French Translation counterpart.

Local Setup

(SSH Recomennded)

Clone the project

  git clone https://github.com/Voxel20/nextjs-blog.git

Go to the project directory

  cd nextjs-blog

Install dependencies

  npm install

Start the Developer Server

  npm run dev

Documentation

NextJS

Author

Contributing

Contributions are always welcome!

Releases

No releases published

Packages

No packages published