ESaaS Fall '23 Project
- Charles Liu: crl2157
- Dorothy Zhang: dcz2114
- Markus Tran: ht2573
- Eki Uzamere: eeu2102
- Clone repo
- Run
bundle install
- Run
npm install
- Run
bundle exec cucumber
- Run
rspec spec
- Start the Rails server and esbuild with one command
./bin/dev
- Hit http://localhost:3000/login/
- Special thanks to Raphael Sofaer for helping us debug a very annoying Webpacker error. You may see some of his commits from our (11/1/2023) Office Hour Session where we were trying different methods of deleting and reinstalling configuration files. Thankfully we found a solution in deleting the following line from our Gemfile:
gem 'webpacker', '~> 5.4', '>= 5.4.4'