Giter Site home page Giter Site logo

cs-130-project's Introduction

CS-130-Project

Prerequisites

NodeJS and NPM

Running node -v and npm -v should return the versions of the respective programs.

Setup

Running npm install will download all node package dependencies noted in package.json.

Note for developers: additional package dependencies should be installed with npm install <package_name> --save so that the dependency is noted in in package.json.

Running Rockmates

After all packages are installed, run npm start. The website can be viewed at localhost:3000.

Documentation

Documentation is generated using YuiDoc. Documentation can be found in the /public directory.

For developers: please try to add YuiDoc comments above added functions and classes. In order to generate documentation, it is recommended that you globally install yuidoc: npm install -g yuidocjs. After installing yuidoc, run: yuidoc <path_to_js_source> -o <path_to_output_dir>

Tests

Tests are run using Mocha with Chai. Test scripts can be found in the /test directory. To run the test suite, simply use npm test. This command will search through the /test directory and will recursively search and run the .js files in the directory.

Additional tests were created using Selenium, but have become outdated as the UI has changed drastically and quickly. Stay tuned for those!

cs-130-project's People

Contributors

a-earthperson avatar cmathews95 avatar kchui9172 avatar zachyee avatar

Watchers

 avatar  avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.