Skip to content

Latest commit

 

History

History
23 lines (16 loc) · 352 Bytes

running.md

File metadata and controls

23 lines (16 loc) · 352 Bytes

Running JSPrismarine

1. Prerequisites

  • 1.1 node lts and pnpm,

2. Install dependencies

    # Install npm dependencies
    $ pnpm install

3. Running

    # Development
    $ pnpm run dev

    # Production (you should probably be using the prebuilt version however)
    $ pnpm run build
    $ pnpm run start