Skip to content

TCR-Simulator/TCR-Webpage

Repository files navigation

TCR Simulator Webpage

Build Status

See the web page in action here: https://tcr-simulator.github.io/

Installing dependencies

$ npm install

Running a development server

$ npm start

Building for production

$ npm run build

A build folder will be created, containing all the generated HTML/CSS/JS.

Contributing

Passing Travis CI builds

eslint

eslint is the linter used to ensure consistency of code style in the project. The following command lints the codebase. Run this before pushing to the repo to detect linter errors early!

$ npm run lint

Some eslint errors are fixable by this command:

$ npm run lint -- --fix

Tests

Travis CI is set up to test the project as follows, and the build won't pass if this doesn't pass.

$ npm test

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published