Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs(readme): update readme instructions for running app #622

Merged
merged 2 commits into from
Feb 13, 2023

Conversation

seaerchin
Copy link
Contributor

Problem

app requires more setup to run. this isn't well documented so this pr adds the required steps

Solution

  1. delete unused commands
  2. add set up steps
  3. combine required commands

package.json Outdated
Comment on lines 114 to 116
"serverless-offline": "^11.0.1",
"serverless-offline-lambda": "^1.0.6",
"serverless-plugin-typescript": "^2.1.2",
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@kishore03109 double checking - all the serverless-xxx stuff can be removed?

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

yup, can be removed!

@@ -4,16 +4,6 @@
"lockfileVersion": 1,
"requires": true,
"dependencies": {
"2-thenable": {
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Just to double check, are these dependencies all unused?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

not entirely sure how these came to be - if they're in our deps and we can't find a relevant import in our codebase, then i'm assuming they're unused (subpackages should specify their own deps)

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

removed all extra dpes

package.json Outdated
Comment on lines 114 to 116
"serverless-offline": "^11.0.1",
"serverless-offline-lambda": "^1.0.6",
"serverless-plugin-typescript": "^2.1.2",
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

yup, can be removed!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants