Skip to content

Latest commit

 

History

History
81 lines (48 loc) · 1.59 KB

README.md

File metadata and controls

81 lines (48 loc) · 1.59 KB

Aero

Aero is a lightweight and efficient open-source blogging system built with Next.js, React, and Tailwind CSS.

Warning 🚨

This project is still in development and is not yet ready for production use. Please use at your own risk.

Features

  • 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

Getting Started

Prerequisites

  • Node.js (version 20.X.X)
  • pnpm

Installation

  1. Clone the repository:
git clone https://github.com/your-username/aero.git
  1. Navigate to the project directory:
cd aero
  1. Install dependencies:
pnpm install

Usage

  1. Start the development server:
pnpm dev
  1. Open your browser and visit http://localhost:3000 to access Aero.

Deployment

To deploy Aero on Vercel, follow these steps:

  1. Create a new Vercel project.

  2. Connect the project to your GitHub repository.

  3. Configure the deployment settings.

  4. Deploy the project.

For detailed instructions, refer to the Vercel documentation.

Contributing

Contributions are welcome! If you find any bugs or have suggestions for improvement, please open an issue or submit a pull request.

License

This project is licensed under the MIT License.

Acknowledgments

Aero was inspired by the need for a simple yet powerful blogging system. Special thanks to the contributors for their valuable contributions.