NextBlog

This is a blog i designed and built to talk about and share my views on web development and front end frameworks. Readers are also able to send a message and give some feedback on any of the uploaded blog posts.

Requirements

For development, you will need node and npm installed on your local machine.

Installation and Setup Instructions

In terminal or command prompt,

git clone https://github.com/junior231/Ilominati-NEXTBlog.git 
cd PROJECT directory

Use the package manager npm or yarn to install dependencies.

npm install 

or

yarn add 

After installing the dependencies, to start server:

npm run dev

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

Languages & tools

  • Next.js
  • MongoDB
  • Node.js
  • React-Markdown
  • React-Syntax-Highlighter
  • Gray-Matter

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

License

MIT