From d71ed9bdb8b1dbdf77a96dd7f88ca0377147dbb9 Mon Sep 17 00:00:00 2001 From: Andrew Cairns Date: Thu, 14 Apr 2022 03:30:41 +0100 Subject: [PATCH 1/2] Update arc README.md to after `npm-run-all` changes Update docs after introduction of `npm-run-all`. Following the guide results in port `3333` being used as `npm run build` starts the arc server already. --- templates/arc/README.md | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/templates/arc/README.md b/templates/arc/README.md index 042789e57a9..b8bc9856833 100644 --- a/templates/arc/README.md +++ b/templates/arc/README.md @@ -23,17 +23,12 @@ You will be running two processes during development when using Architect as you - The Remix development server in another ```sh -# in one tab -arc sandbox - -# in another +# run remix and arc server npm run dev ``` Open up [http://localhost:3333](http://localhost:3333) and you should be ready to go! -If you'd rather run everything in a single tab, you can look at [concurrently](https://npm.im/concurrently) or similar tools to run both processes in one tab. - ## Deploying Before you can deploy, you'll need to do some setup with AWS: From 6c5ddf87cbbf84578cd994b3482c094531f9d8d8 Mon Sep 17 00:00:00 2001 From: Andrew Cairns Date: Thu, 14 Apr 2022 03:36:17 +0100 Subject: [PATCH 2/2] CLA --- contributors.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/contributors.yml b/contributors.yml index 8b1153b669a..84bec817ae4 100644 --- a/contributors.yml +++ b/contributors.yml @@ -2,6 +2,7 @@ - aaronshaf - abereghici - abotsi +- acairns - accidentaldeveloper - adicuco - ahbruns