mirror of
https://github.com/SoPat712/A2ZSoftware.git
synced 2025-08-21 10:18:46 -04:00
64 lines
1.6 KiB
Markdown
64 lines
1.6 KiB
Markdown
# A2ZSoftware Landing Page
|
|
|
|
[](https://app.netlify.com/sites/fascinating-platypus-8f57b4/deploys)
|
|
|
|
Welcome to the A2ZSoftware landing page project!
|
|
|
|
This is a modern, responsive, and elegant single-page application (SPA) built with **SvelteKit** and **TailwindCSS**.
|
|
|
|
## Features
|
|
|
|
- Fully responsive layout
|
|
- Smooth scrolling navigation
|
|
- Animated fade-in effects on page load
|
|
- Beautifully styled sections for About, Services, Solutions, Contact, and more
|
|
- Extended with Testimonials, Technologies stack, and Case Studies
|
|
- Easy deployment to platforms like **Netlify**
|
|
|
|
## Project Structure
|
|
|
|
- `src/routes/+page.svelte` — Main landing page code
|
|
- `tailwind.config.js` — TailwindCSS configuration
|
|
- `static/` — Static assets (if any)
|
|
- `svelte.config.js` — SvelteKit configuration
|
|
|
|
## Installation
|
|
|
|
Clone the repository and install dependencies:
|
|
|
|
```zsh
|
|
git clone https://github.com/your-username/a2zsoftware-landing.git
|
|
cd a2zsoftware-landing
|
|
pnpm install # or npm install
|
|
```
|
|
|
|
## Running Locally
|
|
|
|
```zsh
|
|
npm run dev
|
|
```
|
|
|
|
The site will be available at [http://localhost:5173](http://localhost:5173).
|
|
|
|
## Deployment
|
|
|
|
This project is ready to be deployed on Netlify with a single click.
|
|
|
|
Simply connect your GitHub repository to Netlify and set the build command:
|
|
|
|
```zsh
|
|
npm run build
|
|
```
|
|
|
|
And specify the output directory as `build/`.
|
|
|
|
## Technologies Used
|
|
|
|
- [SvelteKit](https://kit.svelte.dev/)
|
|
- [TailwindCSS](https://tailwindcss.com/)
|
|
- [Netlify](https://www.netlify.com/)
|
|
|
|
## License
|
|
|
|
This project is licensed under the GNU GPL V3.0.
|