Aero is a lightweight and efficient open-source blogging system built with Next.js, React, and Tailwind CSS.
This project is still in development and is not yet ready for production use. Please use at your own risk.
- Publish and manage blog posts effortlessly
- Draft and preview posts before publishing
- Engage with readers through comments and likes
- Responsive design for optimal viewing on various devices
- Easy deployment on Vercel and other platforms
- Node.js (version 20.X.X)
- pnpm
- Clone the repository:
git clone https://github.com/your-username/aero.git
- Navigate to the project directory:
cd aero
- Install dependencies:
pnpm install
- Start the development server:
pnpm dev
- Open your browser and visit
http://localhost:3000
to access Aero.
To deploy Aero on Vercel, follow these steps:
-
Create a new Vercel project.
-
Connect the project to your GitHub repository.
-
Configure the deployment settings.
-
Deploy the project.
For detailed instructions, refer to the Vercel documentation.
Contributions are welcome! If you find any bugs or have suggestions for improvement, please open an issue or submit a pull request.
This project is licensed under the MIT License.
Aero was inspired by the need for a simple yet powerful blogging system. Special thanks to the contributors for their valuable contributions.