Skip to content

Commit

Permalink
Remove Yarn as mandatory prerequisites
Browse files Browse the repository at this point in the history
  • Loading branch information
ferdinandfrank committed Feb 20, 2024
1 parent ed71714 commit aece483
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@ Easily deploy Nuxt 3 applications via CDK on AWS including the following feature

## Prerequisites

- This package currently relies on using [Yarn](https://yarnpkg.com/) instead of NPM for deployment. Therefore, make sure to have Yarn available on the deployment system.
- You need an [AWS account](https://aws.amazon.com/premiumsupport/knowledge-center/create-and-activate-aws-account/?nc1=h_ls) to create and deploy the required resources for the Nuxt app on AWS.
- This readme currently relies on using [Yarn](https://yarnpkg.com/) as a package manager. Feel free to use another package manager, but you have to adapt the commands accordingly.

## Installation

Expand Down

0 comments on commit aece483

Please sign in to comment.