title |
---|
Quick Start |
Before you begin, ensure you have the following requirements installed.
- Node.js (version
>= 20.x
) - npm (comes with Node.js)
- Git (version
>= 2.x
) - Java (required to generate TS types from Swagger schema)
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
Now run the development server as:
npm run dev