From c8f6046fba15ee33c76cfeca897f662d11919684 Mon Sep 17 00:00:00 2001 From: Udasi Tharani Date: Wed, 16 Mar 2022 00:56:50 +0530 Subject: [PATCH 1/3] arc readme - removed redundant arc command --- packages/create-remix/templates/arc/README.md | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/packages/create-remix/templates/arc/README.md b/packages/create-remix/templates/arc/README.md index 676a6db433c..66455054df0 100644 --- a/packages/create-remix/templates/arc/README.md +++ b/packages/create-remix/templates/arc/README.md @@ -17,23 +17,17 @@ $ npm i -g @architect/architect aws-sdk ## Development -You will be running two processes during development when using Architect as your server. +The following command will run two processes during development when using Architect as your server. - Your Architect server sandbox in one - The Remix development server in another ```sh -# in one tab -$ arc sandbox - -# in another $ 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 3131781e66184a5a9834462d5e29c1ccf3f7e993 Mon Sep 17 00:00:00 2001 From: Udasi Tharani Date: Wed, 16 Mar 2022 01:06:38 +0530 Subject: [PATCH 2/3] copy improvements --- packages/create-remix/templates/arc/README.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/packages/create-remix/templates/arc/README.md b/packages/create-remix/templates/arc/README.md index 66455054df0..de12282597b 100644 --- a/packages/create-remix/templates/arc/README.md +++ b/packages/create-remix/templates/arc/README.md @@ -19,13 +19,15 @@ $ npm i -g @architect/architect aws-sdk The following command will run two processes during development when using Architect as your server. -- Your Architect server sandbox in one -- The Remix development server in another +- Your Architect server sandbox +- The Remix development server ```sh $ npm run dev ``` +Your file changes are watched, and assets are rebuilt upon change. + Open up [http://localhost:3333](http://localhost:3333) and you should be ready to go! ## Deploying From 1427ef1f25b4017331ae7ebdb79b48b31c3b3220 Mon Sep 17 00:00:00 2001 From: Udasi Tharani Date: Wed, 16 Mar 2022 01:09:08 +0530 Subject: [PATCH 3/3] signed CLA --- contributors.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/contributors.yml b/contributors.yml index 483dd432681..b6958f1d458 100644 --- a/contributors.yml +++ b/contributors.yml @@ -259,6 +259,7 @@ - tvanantwerp - twhitbeck - tylerbrostrom +- udasitharani - uhoh-itsmaciek - unhackit - UsamaHameed