Skip to content

Latest commit

 

History

History
45 lines (33 loc) · 902 Bytes

README.md

File metadata and controls

45 lines (33 loc) · 902 Bytes

StudentSync Logo

The online website for the Multi-Platform Student Collaboration Tool StudentSync built using JavaScript, HTML and CSS. It is based on Node.js and Electron

Quick start

Clone and run the MattZK/StudentSync-Online repository:

git clone https://github.com/MattZK/StudentSync-Online.git
cd StudentSync-Online
npm install

To start a development server:

gulp serve

Requirements

  • NodeJS v9.x
  • SASS Compiler
  • Gulp

NodeJS

Download NodeJS

SASS

Download Ruby (Windows Only)

gem install sass

Gulp

npm install gulp-cli -g

More info follows