Skip to content

chelemovil87/penarroyataxi.com

Folders and files

NameName
Last commit message
Last commit date

Latest commit

f531318 · Feb 26, 2025

History

25 Commits
Mar 1, 2024
Mar 1, 2024
Mar 2, 2024
Jun 28, 2024
Mar 1, 2024
Mar 1, 2024
Feb 26, 2025
Mar 6, 2024
Mar 6, 2024
Mar 6, 2024
Mar 1, 2024
Mar 1, 2024

Repository files navigation

A simple landing page for a service taxi

Peñarroyataxi.com light Theme Peñarroyataxi.com Dark Theme

Tools

  • TailwindCSS v3.3
  • AstroJs v3

Project Structure

Inside of your Astro project, you'll see the following folders and files:

/
├── public/
│   ├── images/
│   ├── logos/*
│   └── favicon.svg
├── src/
│   ├── components/
│   │   ├── blocks/*
│   │   ├── cards/*
│   │   ├── elements/*
│   │   ├── sections/*
│   │   ├── shared/*
│   ├── layouts/
│   │   └── Layout.astro
│   └── pages/
│       └── index.astro
├── package.json
└── tailwind.config.cjs

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:4321
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 check
npm run astro --help Get help using the Astro CLI
trackgit-views