¶ DESCRIPTION
This project requires Node.JS version 16 minimum. Ensure that you have
installed the correct version of Node.JS by running node --version
.
Any of the following snippets will install this project as a dependency:
npm install --save @esdmr/template
# Or
yarn add @esdmr/template
# Or
pnpm install @esdmr/template
This project requires Node.JS version 16 minimum. Ensure that you have
installed the correct version of Node.JS by running node --version
.
This project recommends pnpm version 6. Ensure that you have installed
the correct version of pnpm by running pnpm --version
.
The following snippet will download, install, and build the source from GitHub:
git clone https://github.com/esdmr/template.git
cd template
pnpm install
pnpm run build