Skip to content
This repository has been archived by the owner on Dec 20, 2023. It is now read-only.

Latest commit

 

History

History
37 lines (26 loc) · 1.09 KB

INSTALLING.md

File metadata and controls

37 lines (26 loc) · 1.09 KB

Configuring HackUCI/quill for development

Requirements

Regardless of operatiing system, developers need to download and install the latest version of NodeJS

Note for Windows users: you will first need to download and install Git

For all users

git clone https://github.com/hackuci/quill.git
cd quill

At this point everything is downloaded onto your machine, now all that is left is to configure it

npm install
bower install
npm run config

The last command will create a .env file. This file contains values that will need to be replaced in order for you to test with full functionality

Run this command to start up the test server

gulp server

Making Changes

See here for a breif overview on how to customise quill for our hackathon

Pull Requests

All changes must come via a pull request. All pull requests must be made to hackuci/quill and not techx/quill

All branches should be named as follows: name/feature (e.g. peter/new-logo)