This landing page is no longer in use. All requests to https://finish.kcc.edu
are redirected to https://info.kcc.edu.
- ruby version specified in
.ruby-version
file - node.js version specified in
.nvmrc
file
git clone [email protected]:KankakeeCommunityCollege/finish.git
cd finish
bundle i && npm i ## install gem and node dependencies
Use the following commands to run a development or production build.
npm run development
Open browser to localhost:3000
to preview the development build.
npm run production
Open browser to localhost:3000
to preview the production build.