Skip to content

Latest commit

 

History

History
42 lines (27 loc) · 888 Bytes

README.md

File metadata and controls

42 lines (27 loc) · 888 Bytes

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!