Skip to content

Latest commit

 

History

History
27 lines (23 loc) · 575 Bytes

README.md

File metadata and controls

27 lines (23 loc) · 575 Bytes

Installation

Linux/MacOS

npm ci && npm run build

Windows

Make sure to run the following commands in a terminal with administrator privileges. Otherwise, symbolic links will not be created.

If you do not have the administrator privileges, you can manually create the symbolic links by creating new shortcuts to the discojs-core/src folder in the discojs-node/src and discojs-web/src folders and naming them core.

Powershell

npm ci; npm run build-win

CMD

npm ci & npm run build-win

Testing

npm test