Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/candidosales/landing-page-book-astro-svelte-tailwind

Simple landing page to sell your book - Astro + Tailwind
https://github.com/candidosales/landing-page-book-astro-svelte-tailwind

astro landing-page svelte svelte4 tailwind vercel-edge

Last synced: about 11 hours ago
JSON representation

Simple landing page to sell your book - Astro + Tailwind

Awesome Lists containing this project

README

        

# Landing Page Book - Astro + Tailwind + Vercel Edge

Inspired by: https://14habits.com/

## 🎯 Features

- βœ… [Tailwind](https://tailwindcss.com/);
- βœ… [Astro 4v](https://astro.build/);
- βœ… [Astro/Sitemap](https://docs.astro.build/en/guides/integrations-guide/sitemap/);
- βœ… [Deploy at Vercel with Serverless](https://docs.astro.build/en/guides/integrations-guide/vercel/);
- βœ… [Partytown + Google Analytics](https://partytown.builder.io/google-tag-manager)

## 🧞 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:3000` |
| `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 preview` |
| `npm run astro --help` | Get help using the Astro CLI |
| `npx @astrojs/upgrade` | Astro upgrade |

## 🎨 Customization

Update variable colours at:

- `book-theme` in [tailwing.config.cjs](./tailwind.config.cjs);
- `$book-theme-color` in [Layout.astro](./src/layouts/Layout.astro);

## πŸ” SEO

- Rich Results Test: https://search.google.com/test/rich-results
- https://developers.facebook.com/tools/debug/

## Examples

Check the [demo](https://landing-page-book-astro-svelte-tailwind.vercel.app/).

## πŸ‘ Contribute

If you want to say thank you and/or support the active development this project:

1. Add a [GitHub Star](https://github.com/candidosales/landing-page-book-astro-svelte-tailwind/stargazers) to the project.
2. Tweet about the project [on your Twitter](https://twitter.com/intent/tweet?url=https%3A%2F%2Fgithub.com%2Fcandidosales%2Flanding-page-book-astro-svelte-tailwind&text=Dependencies%20report%20aims%20to%20help%20analyze%20the%20consistency%20of%20the%20dependencies%20in%20your%20company%27s%20frontend%20projects).
3. Write a review or tutorial on [Medium](https://medium.com/), [Dev.to](https://dev.to/) or personal blog.
4. Support the project by donating a [cup of coffee](https://buymeacoff.ee/candidosales).

## β˜• Supporters

If you want to support this project, you can β˜• [**buy a coffee here**](https://buymeacoff.ee/candidosales)

## ✨ Acknowledgment

- [zenorocha/14habits.com](https://github.com/zenorocha/14habits.com)

## Author

- CΓ’ndido Sales - [@candidosales](https://twitter.com/candidosales)

## ⚠️ Copyright and license

Code and documentation copyright 2020-2030 the [Authors](https://github.com/candidosales/material-time-picker/graphs/contributors) and Code released under the [MIT License](https://github.com/candidosales/material-time-picker/blob/master/LICENSE). Docs released under [Creative Commons](https://creativecommons.org/licenses/by/3.0/).