axfcampos / csr8.org

Computer Society Region 8 Webpage

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Computer Society Region 8 Webpage

License:MIT License


Languages

Language:CSS 93.6%Language:JavaScript 5.5%Language:Shell 0.9%Language:PHP 0.1%