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.gitInstall the dependencies:
bash
npm installSetup Git hooks (recommended):
bash
npx huskyDevelopment
Now run the development server as:
bash
npm run dev