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].
- 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.
- 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.
To run this project locally, follow these steps:
git clone https://github.com/yourusername/crawlora-landing.git
cd crawlora-landingnpm install
# or
yarn install
# or
pnpm installnpm run dev
# or
yarn dev
# or
pnpm run devThis will start the Astro development server. Visit http://localhost:3000 to view the project in your browser.
To build the project for production, run:
npm run build
# or
yarn build
# or
pnpm run buildThe production-ready files will be output to the dist/ directory.
Crawlora.com can be deployed on a variety of platforms, including:
Choose your preferred platform and follow their instructions to deploy the Astro project.
-
Install the Vercel CLI:
npm i -g vercel
-
Deploy:
vercel
This project is licensed under the MIT License - see the LICENSE file for details.
We welcome contributions! If you'd like to contribute, please fork the repository and submit a pull request, or open an issue for feedback.
For questions, feedback, or suggestions, reach out via git@crawlora.com or open an issue in the repository.