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 pagescontent: collection of content that can be queried by the Astro apipages: pages of the web site
public: contains all the support files for the site (styles, images,...)
- Node.js - v16.12.0 or higher.
- Text editor - We recommend VS Code with our Official Astro extension.
- Terminal - Astro is accessed through its command-line interface (CLI).
npm install
npm run dev
npm run build