Skip to content

Commit

Permalink
Fixed Readme to replace node with Bun
Browse files Browse the repository at this point in the history
  • Loading branch information
yatish27 committed May 22, 2024
1 parent c95546f commit 1b2229f
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ You will need the following to run the application.

</details>

- **Node 22**
- **Bun**
<details>
<summary>How to install Bun</summary>

Expand Down Expand Up @@ -169,13 +169,12 @@ This runs overmind or foreman using the Procfile.dev. It starts the rails server
Visit `http://localhost:3000` to see the home page 🚀.
### Running locally with docker
Shore has support for docker and docker compose.
Shore supports docker and docker compose for local development.
Install Docker and Docker desktop,
Once you have cloned the repository and have Docker installed follow the follwing steps
- Run `docker compose build` to build. It will build the images.
- Run `docker compose build` to build. It will build the necessary images.
- Run `docker compose run --rm web bin/setup` to create and setup the database.
- Run `docker compose up` to start the application.
Since the local code from your host machine is mounted in the docker container, any change made locally will be directly reflected. You don't need to rebuild the container.
Expand Down

0 comments on commit 1b2229f

Please sign in to comment.