# GlamAura
GlamAura is an elegant, open-source magazine blog template built with Next.js, Bootstrap, and Markdown. Designed to help you launch a stylish blog effortlessly, GlamAura leverages the latest web technologies for a seamless development experience.
## Features
- Next.js: Efficient, server-side rendered pages and static site generation capabilities.
- Bootstrap: A powerful front-end framework for faster and easier web development.
- Markdown: Simplify your content management with Markdown formatting.
## Demo
Check out the live demo here: https://glamaura.me
## Getting Started
You can follow these instructions to get your copy of GlamAura up and running on your local machine for development and testing purposes.
### Prerequisites
What you need to install the software:
- Node.js
- npm or yarn
### Installation
1. Clone the repository:
```bash
git clone https://github.com/yourusername/GlamAura.git
- Navigate to the project directory:
cd GlamAura
- Install dependencies:
npm install
To run GlamAura locally, follow these steps:
npm run dev
This command starts the Next.js application in development mode on http://localhost:3000
. Open this address in your web browser to view the blog.
Contributions to GlamAura are welcome and appreciated. Here’s how you can help:
- Fork the project.
- Create a new branch (
git checkout -b feature/YourFeature
). - Make your changes.
- Commit your changes (
git commit -am 'Add some feature'
). - Push to the branch (
git push origin feature/YourFeature
). - Create a new Pull Request.
This project is licensed under the MIT License - see the LICENSE.md file for details.
- Thanks to the Next.js Team for continuously developing such a powerful framework.
- Thanks to all the contributors who are working on Bootstrap.
- Everyone who has contributed to the project!
If you found this project useful, please consider giving it a ⭐ on GitHub to help it gain more visibility.