Innovando is a tech-driven company focused on developing innovative solutions to address complex business challenges.
- Clone the innovando repository:
git clone https://github.com/lamula21/innovando- Install the dependencies with one of the package managers listed below:
npm run install- Start the development mode:
npm run devInside of your Astro project, you'll see the following folders and files:
/
├── public/
│ └── favicon.svg
├── src/
│ ├── components/
│ │ └── Card.astro
│ ├── layouts/
│ │ └── Layout.astro
│ └── pages/
│ └── index.astro
└── package.json