Skip to content
/ qgec-node Public

The official website for Queen's Global Energy Conference, in node.js

Notifications You must be signed in to change notification settings

QGEC/qgec-node

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

95 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

QGEC Website

The official Queen's Global Energy Conference website, implemented in Node.js.

To be deployed to [www.qgec.ca]

Style Guideline

  • Spaces over tabs
  • 2 space indentation for all javascript and html

Setup

  1. install node.js and npm

  2. clone repository

  3. navigate to directory

  4. npm install

  5. node app.js to launch the application

Installing new packages

  1. make sure to install new packages with: npm install express --save

so that it correctly saves the package to the dependencies.

About

The official website for Queen's Global Energy Conference, in node.js

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published