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.
For development, you will need node
and npm
installed on your local machine.
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.
- Next.js
- MongoDB
- Node.js
- React-Markdown
- React-Syntax-Highlighter
- Gray-Matter
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.