Skip to content

Commit

Permalink
Merge pull request #368 from uclibs/update-packagelock-json-file
Browse files Browse the repository at this point in the history
Update yarn.lock
  • Loading branch information
hortongn authored Feb 22, 2024
2 parents 5eaf2d4 + d750674 commit 223cb66
Show file tree
Hide file tree
Showing 3 changed files with 249 additions and 190 deletions.
8 changes: 7 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,15 @@ SQLite 3
1. Install bundler (if needed): `gem install bundler`
1. Run bundler: `bundle install`
1. Run the database migrations: `bundle exec rake db:migrate`
1. To include the colleges at UC, seed the database: `bundle exec rake db:seed`
1. Start the rails server: `rails server`
1. Visit the site at [http://localhost:3000] (http://localhost:3000)

## Running the tests
1. Run the database migrations: ```bundle exec rake db:migrate``` (Optional)
1. Run the test suite: ```bundle exec rspec```
1. Run the test suite: ```bundle exec rspec```

## Note on Dependency Management
While this repository includes a yarn.lock file, you do not need to run yarn install to use the program.
The application is fully operational with bundle install alone, which manages all necessary Ruby
dependencies.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "aaec",
"private": true,
"dependencies": {
"webpack": "^5.90.2",
"webpack": "^5.90.2",
"webpack-cli": "^4.0.0"
},
"devDependencies": {
Expand Down
Loading

0 comments on commit 223cb66

Please sign in to comment.