Author: Horizon
- Node.js v18 or above
1. cd client && npm install
2. cd server && npm install
- Configure .env files both in client/.env && server/.env
- Put PROVIDER_URLs into server/.env file
- Put API_KEYs into server/.env file
- Rest... is your problem from now on :-)
client: cd client && npm start
server: cd server && npm start