Skip to content

Latest commit

 

History

History
executable file
·
22 lines (13 loc) · 605 Bytes

README.md

File metadata and controls

executable file
·
22 lines (13 loc) · 605 Bytes

Open Source Innovation Platform – Prototype

Prototype on GitHub Pages

Find the final Bootstrap prototype at https://sandromatter.github.io/osi-prototype/.

Find the Figma prototype at https://bit.ly/osi-figma-prototype


Requirement for development

Use node version 11.xx.xx!

CHECK: node -v

If you run node 12.xx.xx or later:

  • run npm install -g n to install 'n' to manage node versions
  • run n 11.15.0 to install and use node version 11.15.0

Built with nunjucks-starter-kit and Bootstrap 4.