Update README.md

This commit is contained in:
Josh Patra
2025-04-29 11:47:38 -04:00
committed by GitHub
parent e683218396
commit 40f7147822

View File

@@ -1,38 +1,63 @@
# sv # A2ZSoftware Landing Page
Everything you need to build a Svelte project, powered by [`sv`](https://github.com/sveltejs/cli). [![Netlify Status](https://api.netlify.com/api/v1/badges/021da834-236e-4753-ad2e-2d2ef8c41067/deploy-status)](https://app.netlify.com/sites/fascinating-platypus-8f57b4/deploys)
## Creating a project Welcome to the A2ZSoftware landing page project!
If you're seeing this, you've probably already done this step. Congrats! This is a modern, responsive, and elegant single-page application (SPA) built with **SvelteKit** and **TailwindCSS**.
```bash ## Features
# create a new project in the current directory
npx sv create
# create a new project in my-app - Fully responsive layout
npx sv create my-app - 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
``` ```
## Developing ## Running Locally
Once you've created a project and installed dependencies with `npm install` (or `pnpm install` or `yarn`), start a development server: ```zsh
```bash
npm run dev npm run dev
# or start the server and open the app in a new browser tab
npm run dev -- --open
``` ```
## Building The site will be available at [http://localhost:5173](http://localhost:5173).
To create a production version of your app: ## Deployment
```bash 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 npm run build
``` ```
You can preview the production build with `npm run preview`. And specify the output directory as `build/`.
> To deploy your app, you may need to install an [adapter](https://svelte.dev/docs/kit/adapters) for your target environment. ## 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.