diff --git a/contributors.yml b/contributors.yml index 7c0b5ff029a..b8dbc35fcfd 100644 --- a/contributors.yml +++ b/contributors.yml @@ -338,6 +338,7 @@ - tvanantwerp - twhitbeck - tylerbrostrom +- udasitharani - uhoh-itsmaciek - unhackit - UsamaHameed diff --git a/templates/arc/README.md b/templates/arc/README.md index 042789e57a9..8e0297e42b6 100644 --- a/templates/arc/README.md +++ b/templates/arc/README.md @@ -17,22 +17,18 @@ 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 +- Your Architect server sandbox +- The Remix development server ```sh -# in one tab -arc sandbox - -# in another -npm run dev +$ npm run dev ``` -Open up [http://localhost:3333](http://localhost:3333) and you should be ready to go! +Your file changes are watched, and assets are rebuilt upon change. -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. +Open up [http://localhost:3333](http://localhost:3333) and you should be ready to go! ## Deploying