Skip to content

Latest commit

 

History

History

html-web-page

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Using romcal from a web page

From this project dir (html-web-page):

cd html-web-page

npm install
npm start

And open the URL provided by the terminal.

Customize

You can specify the port this is deployed on by setting ROMCAL_APP_PORT in your environment, such as ROMCAL_APP_PORT=8080 npm start.