CMUJSA website.
- Install
node.js
(v6.4.0
or higher). - Clone this repository:
git clone [email protected]:cmu-jsa/JSA-web
- Go to the repository's root:
cd JSA-web
- Install
node.js
dependencies:npm install
To run development scripts, use npm run <script>
. Available scripts include:
doc-lib
: Generates documentation forlib/
.doc-src
: Generates documentation forsrc/
.live
: Starts a live-reloading development server.npm run live <port>
allows configuration of the listening port.
watch
: Starts watching forsrc/
changes to trigger rebuilds ofdist/
.build
: Performs a single development build ofdist/
.dist
: Performs a single production build ofdist/
.lint
: Lints the codebase.