Skip to content

Latest commit

 

History

History
29 lines (19 loc) · 397 Bytes

File metadata and controls

29 lines (19 loc) · 397 Bytes

Developing

Install node dependencies

npm i

How to Build

To lint and run all the tests use the following command:

npx quick-lint-js ./**/**.mjs && npm run test

How to Run

To run the app use the following command:

node ./dist/farjs.mjs

How to Run with Reload Workflow

node --trace-deprecation --watch ./dist/farjs.dev.mjs