This is a simple app for tracking special moments, memories and milestones within your family.
This app uses the following versions:
- Ruby: 2.7.3
- Rails: 7.0.0
- Node.js: 13.0.0
To setup the app locally run:
bin/setup
To run the app locally, you need to run both the Rails and Webpack servers:
# Rails server
bundle exec rails server
# Webpack dev server
yarn start
bundle exec rspec