- Node.js
- Run
npm install
to install the dependencies. - To develop, run
npm run dev
.
- Run
npm run build
to build the source code. - After building, you must copy the files to the "static" folder of the backend language of your choosing by running
npm copy:<language>
.