Skip to content

ldelvillar/landing-pages

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Astro Landing Pages Collection 🚀

A collection of modern landing pages built with Astro, leveraging TypeScript for type safety and Tailwind CSS for styling. Each landing page is contained in its own directory for easy maintenance and deployment.

🌐 Live Demos

  • Positivus - Landing page ideal for a project with a small team
  • SnapNotes - Simple note-taking app that you can find in my GitHub

🛠️ Tech Stack

🚀 Getting Started

  1. Clone the repository:
git clone https://github.com/ldelvillar/landing-pages.git
  1. Navigate to the desired landing page directory:
cd landing-1
  1. Install dependencies:
npm install
  1. Run the development server:
npm run dev
  1. Build for production:
npm run build

🔧 Development

Each landing page uses:

  • TypeScript for enhanced development experience and type safety
  • Tailwind CSS for rapid UI development with utility classes
  • Astro's built-in optimizations for fast page loads

📝 Usage

Each landing page is independent and can be deployed separately. Navigate to the specific landing page directory and follow the instructions in its README file for detailed setup and deployment instructions.

🤝 Contributing

Contributions, issues, and feature requests are welcome! Feel free to check the issues page.

📜 License

This project is licensed under the MIT License - see the LICENSE file for details.

👤 Author

Lucas del Villar

⭐ Show your support

Give a ⭐️ if this project helped you!

Releases

No releases published

Packages

No packages published