Node.js & npm
- Download Node.js from https://nodejs.org/en/download/ and install it on your system. NPM comes bundled with Node.js
- Now check the version if everything is installed nicely like open the
terminal/bash/command prompt
and runnode -v
npm -v
if you get any number then everything is just fine.
There are two versions of Rwy one with Strapi & another one without Strapi just like Static Gatsby.js Version. If you decided to work with the Static version without Strapi then you don’t need to go below options, just make sure of the above option, and we will talk about that in the installation area.
- Cloudinary
- Go to Cloudinary and create an account.
- PostgreSQL
- Download and install PostgreSQL with PGAdmin.