Description • Technical Stack • Features • DX features • Documentation • Pre-requisites • Quick start
- Node.js (checked on v20.15.1)
- pnpm
- Clone actual version of app (or only last version of app)
git clone https://github.com/Username/repo-name.git
git clone --depth 1 https://github.com/Username/repo-name.git
- Install dependencies
pnpm i
- Build project
npm run build
- Run project
npm run start