Skip to content

Latest commit

 

History

History
52 lines (40 loc) · 874 Bytes

README.example.md

File metadata and controls

52 lines (40 loc) · 874 Bytes

Repository name

DescriptionTechnical StackFeaturesDX featuresDocumentationPre-requisitesQuick start

Description

Technical Stack

Features

DX features

Documentation

Demo

Graph dependencies

Pre-requisites

  • Node.js (checked on v20.15.1)
  • pnpm

Quick start

  1. 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
  1. Install dependencies
pnpm i
  1. Build project
npm run build
  1. Run project
npm run start