🧬 A template for rapidly developing astounishing landing pages and institucional sites.
- Pre-made heros, sections, social proofs to more easily structure pages only by changing their showing order;
- Styling with variables on TailWind and setting up fonts globally, reset included. Modify some files to quickly change visual identity.
- Variant system using properties that can later be called for inside pages.
- Image optimization made with Astro.
- Ships with a SEO component to help improve search engine scores.
Ease all hurdles that comes with creating a new website everytime and increase substancially development speed rates when creating a landing page or a institucional site.
Install:
After, inside the project, run yarn
on a terminal to install all packages.
By later running yarn dev
, you'll start the development environment on localhost:4321
.
When finishing changes on dev
, don't forget to run yarn build
and yarn preview
to statically generate the site and test it, since not every change on dev
may match your build
before committing.