Skip to content

Latest commit

 

History

History
18 lines (13 loc) · 398 Bytes

README.md

File metadata and controls

18 lines (13 loc) · 398 Bytes

TactDemo

Get started

  1. Install NodeJS ^16.13.0 or run nvm use
  2. Run npm i

Run a local server

Run npm run start

Build and deploy

  1. Run npm run build
  2. Commit and push changes. Deployment will process automatically

Update tact compiler

  1. Replace src/scripts/compiler.js with a new compiler
  2. Rebuild app

Important: file path must be src/scripts/compiler.js