Introduction •
Build •
Credit and License •
This project is a web application that provides a hub for projects and collaborators to come together. Projects can be explored to encourage innovation for researchers and innovators seeking commercialisation support.
Install Gems
bundle
Install Webpack
rails webpacker:install
Create the database and run migrations:
rails db:create
rails db:migrate
rails db:seed
rails s
You should now be able to view the main web page at
http://localhost:3000