An open API service indexing awesome lists of open source software.

https://github.com/martinxcvi/landscapist

Clean and beautiful design for a landscapist/landscaper, gardener, or arborist website alternatively.
https://github.com/martinxcvi/landscapist

aos astro javascript landing-page landscaper landscapist sass web-development web3forms

Last synced: 2 months ago
JSON representation

Clean and beautiful design for a landscapist/landscaper, gardener, or arborist website alternatively.

Awesome Lists containing this project

README

        

# Landscapist

![Landscapist cover screenshot](/public/images/landscapist-cover.png 'Landscapist in desktop version')

## 📄 Introduction

Clean and beautiful design for a **landscapist**/**landscaper**, **gardener**, or **arborist** website alternatively. Standard structure of 6 pages: *Home*, *About*, *Works*, *Services*, *Contact*, and *Error* page.

Use of **AOS** libraries for animations on scroll. Styling with **SASS** for a clearer, maintainable and efficient development. Contact form functions with **Web3Forms**.

### Developed with:

- Astro Framework
- JavaScript
- SASS
- AOS (Animate on Scroll)
- Web3Forms

## 👁️ View of the Project

### Cloning it

Copy the command below with the link:

```
git clone https://github.com/MartinXCVI/landscapist
```

### Live in Vercel

[**Click here to see it live**](https://landscapist.vercel.app/)

## 💻 Commands

All commands are run from the root of the project, from a terminal:

| Command | Action |
| :------------------------ | :----------------------------------------------- |
| `npm install` | Installs dependencies |
| `npm run dev` | Starts local dev server at `localhost:4321` |
| `npm run build` | Build your production site to `./dist/` |
| `npm run preview` | Preview your build locally, before deploying |
| `npm run astro ...` | Run CLI commands like `astro add`, `astro check` |
| `npm run astro -- --help` | Get help using the Astro CLI |
| `npm run styles` | Compile .sass and .scss files to .css files |
| | |

## 📚 Learn More

- [Astro official documentation](https://docs.astro.build)
- [Astro Discord server](https://astro.build/chat)
- [SASS official documentation](https://sass-lang.com/)
- [AOS repository](https://github.com/michalsnik/aos/tree/v2)
- [Web3Forms official documentation](https://web3forms.com/)

## 🧑‍💻 Developer

- [**MartinXCVI**](https://github.com/MartinXCVI)