/frontendmentor

These are my solutions to FrontendMentor.io

Primary LanguageAstro

Welcome to my solutions to FrontendMentor.io challenges

Open in StackBlitz Open with CodeSandbox

Built With

🚀 Project Structure

Inside this project, you'll see the following folders and files:

/
├── public/
│   └── projects/
│       └── <project name>/
│            └── <any assets>
├── src/
│   ├── components/
│   │   └── Attribution.astro
│   ├── layouts/
│   │   └── Layout.astro
│   └── pages/
│       ├── projects
│       │   └── <project name>.astro
│       └── index.astro
└── package.json

🧞 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:3000