For development, Node.js needs to be installed.
$ git clone https://github.com/ORG/PROJECT.git
$ cd PROJECT
$ pnpm install
$ pnpm run dev
$ pnpm run build
Copy all the files in the "build" directory to the root folder on a static host
For development, Node.js needs to be installed.
$ git clone https://github.com/ORG/PROJECT.git
$ cd PROJECT
$ pnpm install
$ pnpm run dev
$ pnpm run build
Copy all the files in the "build" directory to the root folder on a static host