Website developed using Astro and Tailwind CSS.
The main elements of the project are:
src
:contains the source code of the site structured in several subfolders:
components
: Astro components used in the pages content
: collection of content that can be queried by the Astro apipages
: pages of the web sitepublic
: contains all the support files for the site (styles, images,...)npm install
npm run dev
npm run build