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(templates/arc): remove redundant arc call from README #2332

Merged
merged 4 commits into from
May 21, 2022
Merged
Show file tree
Hide file tree
Changes from 3 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions contributors.yml
Original file line number Diff line number Diff line change
Expand Up @@ -259,6 +259,7 @@
- tvanantwerp
- twhitbeck
- tylerbrostrom
- udasitharani
- uhoh-itsmaciek
- unhackit
- UsamaHameed
Expand Down
14 changes: 5 additions & 9 deletions packages/create-remix/templates/arc/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
```

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

Expand Down