Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions .npmrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
# .npmrc
engine-strict=true
8 changes: 7 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,12 @@ Read more about [learning CSS Grid visually with a generator here](https://css-t

These instructions will get you a copy of the project up and running on your local machine for development

### Prerequisites
Ensure you have the following versions installed on your local machine:

Node.js: >= 14.0.0 < 17.0.0
pnpm: 6.x.x

### Clone the repo

Use ssh
Expand Down Expand Up @@ -80,4 +86,4 @@ Your dev server will start and be running at

## Creators

Layoutit grid is crafted with love by [Leniolabs](https://www.leniolabs.com/services/team-augmentation/?utm_source=layoutit&utm_medium=banner&utm_campaign=leniolabs&utm_content=grid_github) and a growing community of contributors. We build digital experiences with your ideas. [Get in touch!](https://www.leniolabs.com/services/team-augmentation/?utm_source=layoutit&utm_medium=banner&utm_campaign=leniolabs&utm_content=grid_github)
Layoutit grid is crafted with love by [Leniolabs](https://www.leniolabs.com/services/team-augmentation/?utm_source=layoutit&utm_medium=banner&utm_campaign=leniolabs&utm_content=grid_github) and a growing community of contributors. We build digital experiences with your ideas. [Get in touch!](https://www.leniolabs.com/services/team-augmentation/?utm_source=layoutit&utm_medium=banner&utm_campaign=leniolabs&utm_content=grid_github)
6 changes: 5 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,10 @@
"test:open": "cypress open",
"test": "cypress run"
},
"engines": {
"node": ">=14.0.0 <17.0.0",
"pnpm": "6.x.x"
},
"dependencies": {
"@stackblitz/sdk": "^1.5.3",
"@vueuse/core": "^6.0.0",
Expand Down Expand Up @@ -64,4 +68,4 @@
"pre-commit": "lint-staged"
}
}
}
}