Skip to content

JahidAhmed/ramp4-pcar4

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

50 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

R4MP

Installing dependencies

and use Rush to install dependencies:

$ rush update

To completely clear and reinstall all dependencies, run rush update -p --full:

  • -p for purge, to remove all the installed packages
  • --full just because it looks important

Running a dev site

$rush serve

Fun test page will be found at http://localhost:8080/

Buiding a prod library

$ rush build

To serve a production build, run rush host, and open http://localhost:3001/host/

About

The official repository of RAMP4. For RAMP2/3, visit https://github.com/fgpv-vpgf.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 88.0%
  • Vue 5.3%
  • JavaScript 4.9%
  • HTML 1.8%