Skip to content

Latest commit

 

History

History
42 lines (28 loc) · 596 Bytes

quick-start.md

File metadata and controls

42 lines (28 loc) · 596 Bytes
title
Quick Start

Project setup

Before you begin, ensure you have the following requirements installed.

Requirements

  • Node.js (version >= 20.x)
  • npm (comes with Node.js)
  • Git (version >= 2.x)
  • Java (required to generate TS types from Swagger schema)

Installation

Clone the repository:

git clone --recursive https://github.com/Adamant-im/adamant-im.git

Install the dependencies:

npm install

Setup Git hooks (recommended):

npx husky

Development

Now run the development server as:

npm run dev