Manual Installation
Requirements ✅
To run the project, you'll need:
If setting up locally
Node.js (Version 22)
Yarn (Version 4)
Installed PostgreSQL 17
Manual setup / Installation 🧙
Git
Clone the repo:
git clone https://github.com/status-im/sn-api.gitNavigate to the folder:
cd sn-api
Installing the dependencies
Run
yarnto install the dependencies
Last updated