🧪 Testing Locally
We're prepared for you docker compose file for testing VitNode. You don't need to install anything on your machine exept Docker.
Installation
Get files
git clone https://github.com/aXenDeveloper/vitnode.git
cd vitnode
Run docker compose
docker-compose -f ./docker-compose-test.yml -p vitnode-test up -d
Generate tables in database
Go to backend container and run:
pnpm db
Finish
Now you can go to http://localhost:3000 (opens in a new tab) and see VitNode and run setup wizard.