Skip to content

Latest commit

 

History

History
40 lines (32 loc) · 1.12 KB

README.md

File metadata and controls

40 lines (32 loc) · 1.12 KB

RCRS Web Viewer [ Client Side ]

Requirements

  • Modern browser (supports Web Workers and WebGL)
  • nodejs (development and installing dependencies)
  • php (used for php-server command)

Documentation

Documents of each file and each function of that can accessible from these links:

Commands

compile command

npm run compile

This command creates many files from source files (./src/*) and config file (config.json). For example creates distribution files, preview files, and etc.

php-server command

npm run php-server

This command runs built-in webserver of PHP for serving preview files on localhost:1715.

Versioning System

{Major}.{Minor}.{TimeStamp}

License

Released under the BSD 3-Clause License