-
Notifications
You must be signed in to change notification settings - Fork 72
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
297dc00
commit a9835f2
Showing
1 changed file
with
14 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
To ensure maximum use of the time during the workshop, please set up the project before it. | ||
We use Makefile to make the setup simple. However, if you run into a problem | ||
during setup, please reach us so we can help you set it up before the workshop. | ||
|
||
1. Clone the project `git clone git@github.com:RailsEventStore/ecommerce.git` | ||
2. `cd ecommerce` | ||
3. run `make install` | ||
4. run `make dev` - the app should be up and running. Take a look around | ||
5. run `make test` to make sure the tests are running. Tests will be important | ||
part of the workshop | ||
6. Take a look at `README.md`. It explains how the app is structured and the goal | ||
of this repository | ||
|
||
See you at the workshop 👋 |