Skip to content

Commit

Permalink
undo move setup.sh file
Browse files Browse the repository at this point in the history
  • Loading branch information
schnogz committed Feb 20, 2019
1 parent 93e32a8 commit 4520449
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ This repo contains the three codebases/packages listed below.

## Local Development
1. Ensure Node version >= 10.2 and Yarn version >= 1.12 are installed
2. From the project root, run the following command to install dependencies: `chmod +x ./scripts/setup.sh && ./scripts/setup.sh`.
2. From the project root, run the following command to install dependencies: `chmod +x ./setup.sh && ./setup.sh`.
4. Start the application in development mode: `yarn start`
5. The frontend application will now be accessible via browser at `localhost:8080`

Expand Down
File renamed without changes.

0 comments on commit 4520449

Please sign in to comment.