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.
(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
Contributions are always welcome!