This project is only here as teaching material. To show with very simple example how to do some very cool stimulus component and use them together.
- Ruby (version specified in
.ruby-version) - Bundler (
gem install bundler) - Node.js & Yarn (
npm install -g yarn) - PostgreSQL (or your configured database)
- Set up the app:
./bin/setup- Start the development server:
./bin/dev- Access the app: Open http://localhost:3000 in your browser.
If you encounter issues, ensure all dependencies are installed and your database is running.