Skip to content
This repository has been archived by the owner on Apr 13, 2023. It is now read-only.

docs: Add instructions for local development #107

Merged
merged 4 commits into from
Sep 21, 2020

Conversation

nguyen102
Copy link
Contributor

Issue #, if available:

Description of changes:

  • Added instructions and script to allow local development of the code.
  • Added instructions and script to allow for packaging of local code and deployment to AWS

Checklist:

  • Have you successfully deployed to an AWS account with your changes?

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.

@nguyen102 nguyen102 changed the base branch from mainline to develop September 17, 2020 20:05
@@ -0,0 +1,36 @@
#!/bin/bash -e
Copy link
Contributor Author

Choose a reason for hiding this comment

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

I tried using yalc links to do local development, but this is a very tedious process. Every time you make a change to a local package:

  1. You have to do yalc push to push it to the local package manager.
  2. You have to remove all node modules in development package.
  3. You then relink the dependent packages in the deployment package.
  4. You then do yarn install.

Using yarn links is much faster.

DEVELOPMENT.md Outdated Show resolved Hide resolved
DEVELOPMENT.md Outdated Show resolved Hide resolved
.gitignore Outdated Show resolved Hide resolved
carvantes
carvantes previously approved these changes Sep 21, 2020
.gitignore Show resolved Hide resolved
.gitignore Show resolved Hide resolved
@nguyen102 nguyen102 merged commit 39e94a7 into develop Sep 21, 2020
@nguyen102 nguyen102 deleted the local-development-instructions branch September 21, 2020 20:53
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants