Skip to content

Commit

Permalink
workshop setup instruction
Browse files Browse the repository at this point in the history
  • Loading branch information
lukaszreszke committed Sep 9, 2023
1 parent 297dc00 commit a9835f2
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions WORKSHOP.md
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 👋

0 comments on commit a9835f2

Please sign in to comment.