From a3dd14906f996c1b3859cfda85f020824a467f95 Mon Sep 17 00:00:00 2001 From: Maikel Date: Mon, 22 Nov 2021 17:56:20 +1100 Subject: [PATCH] Direct beginners to Rails tutorials --- GETTING_STARTED.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/GETTING_STARTED.md b/GETTING_STARTED.md index bab36e6fbe..15898420fc 100644 --- a/GETTING_STARTED.md +++ b/GETTING_STARTED.md @@ -2,6 +2,10 @@ This is a general guide to setting up an Open Food Network **development environment on your local machine**. If you want to setup OFN on a server, please have a look at the [ofn-install deployment guide](https://github.com/openfoodfoundation/ofn-install/wiki). +#### Still learning Ruby on Rails? + +Head to our wiki on [Learning Rails](https://github.com/openfoodfoundation/openfoodnetwork/wiki/Learning-Rails) to find some good starting points. + ### Requirements The fastest way to make it work locally is to use Docker, you only need to setup git, see the [Docker setup guide](docker/README.md).