Skip to content

Latest commit

 

History

History
16 lines (10 loc) · 322 Bytes

File metadata and controls

16 lines (10 loc) · 322 Bytes

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.