Skip to content

Latest commit

Β 

History

History
107 lines (72 loc) Β· 2.72 KB

File metadata and controls

107 lines (72 loc) Β· 2.72 KB

🌐 Crawlora.com - Landing Page

Welcome to the official repository of Crawlora.com! This landing page is built using Astro, a modern static site generator optimized for performance and simplicity. Crawlora.com is a powerful platform designed to offer [insert key value or purpose of Crawlora here].

πŸš€ Technologies Used

  • Astro: Framework for building fast, optimized websites.
  • Tailwind CSS: For styling with utility-first CSS.
  • TypeScript: To add type safety and enhance development experience.
  • Markdown: For creating pages with dynamic content.

✨ Features

  • Blazing Fast: Optimized for speed and performance using Astro's build system.
  • SEO-friendly: Pre-rendered HTML pages make it easier for search engines to index content.
  • Responsive Design: Mobile-first and looks great on all devices.
  • Dynamic Components: Lightweight interactive components when necessary.
  • Easily Scalable: Add or remove sections easily with Astro's component-based architecture.

πŸ› οΈ Installation & Setup

To run this project locally, follow these steps:

Prerequisites

Clone the repository

git clone https://github.com/yourusername/crawlora-landing.git
cd crawlora-landing

Install dependencies

npm install
# or
yarn install
# or 
pnpm install

Run the development server

npm run dev
# or
yarn dev
# or
pnpm run dev

This will start the Astro development server. Visit http://localhost:3000 to view the project in your browser.

πŸ“¦ Build for Production

To build the project for production, run:

npm run build
# or
yarn build
# or
pnpm run build

The production-ready files will be output to the dist/ directory.

🌍 Deployment

Crawlora.com can be deployed on a variety of platforms, including:

Choose your preferred platform and follow their instructions to deploy the Astro project.

Example for Vercel

  1. Install the Vercel CLI:

    npm i -g vercel
  2. Deploy:

    vercel

πŸ“ License

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

🀝 Contributing

We welcome contributions! If you'd like to contribute, please fork the repository and submit a pull request, or open an issue for feedback.

πŸ’¬ Contact

For questions, feedback, or suggestions, reach out via git@crawlora.com or open an issue in the repository.