uwindsorcss / hub

Main website for the Computer Science Society for students to find and register themselves for events, join the Discord server, contribute to our open-source guide for students, and more.
https://css.uwindsor.ca
14 stars 21 forks source link

Improve README.md documentation #296

Open prairir opened 2 years ago

prairir commented 2 years ago

Describe Problem

README.md is missing huge pieces of information

Suggest Changes

Add more information about installing dependencies, running, and general structure

Provide Examples

README does not include installing js dependencies

prairir commented 2 years ago

add sqlite3 native install

prairir commented 2 years ago

add sqlite3 native install

for ubuntu its libsqlite3-dev

prairir commented 2 years ago

add installing webpacker through

bundle exec rails webpacker:install
prairir commented 2 years ago

Maybe document something about cmdtest being known as yarn by default on ubuntu