/csr8.org

Computer Society Region 8 Webpage

Primary LanguageCSSMIT LicenseMIT

csr8.org

Computer Society Region 8 Webpage

How to try it out

$ git clone git@github.com:diasdavid/csr8.org.git
$ cd csr8.org
$ npm install
$ npm start

Development

When you change .js files in ./lib, run browserify by:

$ npm run dist

You can start the app by:

$ npm start

Or with nodemon by:

$ npm run mon

Automate the process

# set the permissions to be able to execute, just once
$ chmod +x bin/watch.js
$ bin/watch.js