Getting Started
Starting your project with Simcify if pretty simple, we'll take you through it all. Follow the steps below.
Step 1: Clone the project.
We will have a copy of Simcify as starter files on every project and put it on Gitlab. You will then be given access and after that you can clone the project from your terminal.
Example cloning command:
Step 2: Setup front-end
Simcify is a framework that includes both front-end and backend. For front-end, three things will be needed.
Add jQuery version 3.3.1 or above
Add simcify.js or simcify.min.js to your page
Add simcify.css or simcify.min.css to your page
Last updated