Welcome to Wibio!
Make sure that your system has the proper prerequisites installed. You can use something like brew. These include:
- Ruby (3.1.1) (Tutorial macOS | More info on installing Ruby)
- PostgreSQL
- Node.js (should be greater than 8.16.0.)
- Yarn
- libvips
Now you can head to the project folder and run ./bin/setup
To start the server run ./bin/dev
ℹ️ If you are using Windows, you may have to pass the scripts under the bin folder directly to the Ruby interpreter e.g.
ruby bin\rails server
💡 Please add any other steps or info that you consider is missing
We use tailwind for our styles. You want to run Tailwind in watch mode, so changes are automatically reflected in the generated CSS output.
You can do this either by running rails tailwindcss:watch
as a separate process, or by running ./bin/dev
so it starts both the Tailwind watch process and the rails server in development mode.
More to come...