Our great sponsors
-
NVM is a macOS and Linux project. To use it on Windows, you'll have to use NVM for windows.
-
You can see the structure of different open-source Astro sites, for example the source code of the Astro documentation on GitHub.
-
InfluxDB
Access the most powerful time series database as a service. Ingest, store, & analyze all types of time series data in a fully-managed, purpose-built database. Keep data forever with low-cost storage and superior data compression.
-
npx astro add tailwind Astro will run the following command: If you skip this step, you can always run it yourself later ╭────────────────────────────────────────────────────╮ │ npm install @astrojs/tailwind [email protected]^3.0.24 │ ╰────────────────────────────────────────────────────╯ ✔ Continue? … yes ⠸ Installing dependencies... ✔ Installing dependencies... Astro will generate a minimal ./tailwind.config.cjs file. ✔ Continue? … yes Astro will make the following changes to your config file: ╭ astro.config.mjs ─────────────────────────────╮ │ import { defineConfig } from 'astro/config'; │ │ │ │ // https://astro.build/config │ │ import tailwind from "@astrojs/tailwind"; │ │ │ │ // https://astro.build/config │ │ export default defineConfig({ │ │ integrations: [tailwind()] │ │ }); │ ╰───────────────────────────────────────────────╯ ✔ Continue? … yes success Added the following integration to your project: - @astrojs/tailwind