Skip to content

A platform to organize the information and events of UCSD Circle K.

Notifications You must be signed in to change notification settings

ucsdcirclek/konnection

Repository files navigation

UCSD Circle K's Konnection

This project is UCSD Circle K's official website.


Requirements

  • PHP
  • Composer
  • NodeJS + npm
  • Bower
  • Gulp

Installing NodeJS & NPM

If you don't already have node and npm installed, visit the node website to download and install the proper package. npm comes standard with node as a package so no need to install it separately.

Setting up Bower

Once you have npm, you can use it to install bower.

npm install -g bower

Installing npm packages

Use this command to install the required packages:

npm install

Installing PHP dependencies

Use this command to install the required PHP packages:

composer install


Getting started

  1. To compile frontend assets (JavaScript + SASS), run gulp.
  2. To have gulp watch your work and recompile files as necessary, run gulp watch instead. (optional)

About

A platform to organize the information and events of UCSD Circle K.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published