Skip to content

lscoates/mmnt

Repository files navigation

MMNT

This is a simple app for tracking special moments, memories and milestones within your family.

Development Environment

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

Running the App

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

Running the Tests

bundle exec rspec