Skip to content

Latest commit

 

History

History
37 lines (35 loc) · 939 Bytes

README.md

File metadata and controls

37 lines (35 loc) · 939 Bytes

Before we get started, you have to install:

Ruby: 3.1.1
NodeJS: 14.15.0

Another step is to install the essential tools:

git
yarn

And also the libraries:

bundle install
yarn install

Last but not least is to create a database:

rails db:create

For some more details, I suggest you to visit:

The application can be started by running the following command:

./bin/dev

As an alternative, you can run below 3 commands (each in a separate window/tab/panel)

rails server -p 3000
yarn build --watch
yarn build:css --watch

If all went well you should see the following page by visiting localhost:3000: image