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:
bash
git clone --recursive https://github.com/Adamant-im/adamant-im.git
Install the dependencies:
bash
npm install
Setup Git hooks (recommended):
bash
npx husky
Development
Now run the development server as:
bash
npm run dev