Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/candidosales/landing-page-book-astro-svelte-tailwind
- Owner: candidosales
- License: mit
- Created: 2022-09-06T20:01:36.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-06-07T17:00:20.000Z (5 months ago)
- Last Synced: 2024-06-07T18:28:40.458Z (5 months ago)
- Topics: astro, landing-page, svelte, svelte4, tailwind, vercel-edge
- Language: Astro
- Homepage: https://landing-page-book-astro-svelte-tailwind.vercel.app/
- Size: 19.1 MB
- Stars: 17
- Watchers: 5
- Forks: 8
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
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/).