Skip to content

A single link that connects you to all of your content.

License

Notifications You must be signed in to change notification settings

AlejandroMI/wibio

Folders and files

NameName
Last commit message
Last commit date
Jan 12, 2023
Feb 2, 2023
Feb 2, 2023
Jan 12, 2023
Feb 2, 2023
Feb 2, 2023
Mar 25, 2022
Mar 25, 2022
Mar 25, 2022
Feb 2, 2023
Mar 25, 2022
Mar 25, 2022
Jan 23, 2023
Jan 12, 2023
Mar 25, 2022
Apr 7, 2022
Apr 7, 2022
Jul 1, 2022
Mar 25, 2022
Feb 1, 2023
Feb 2, 2023
Jul 1, 2022
Feb 2, 2023
Mar 24, 2024
Sep 25, 2022
Jul 1, 2022
Jul 1, 2022

Repository files navigation

Wibio

Welcome to Wibio!

Before you start

Prerequisites

Make sure that your system has the proper prerequisites installed. You can use something like brew. These include:

Set up environment

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

Tailwind

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...