From a9835f2dd20f7610956d8842e7b0f81f51ba2c9c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C5=81ukasz=20Reszke?= Date: Sat, 9 Sep 2023 13:01:56 +0200 Subject: [PATCH] workshop setup instruction --- WORKSHOP.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 WORKSHOP.md diff --git a/WORKSHOP.md b/WORKSHOP.md new file mode 100644 index 000000000..d00a1b661 --- /dev/null +++ b/WORKSHOP.md @@ -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 👋