Citizen Wallet Community Dashboard Overview Getting Started First, copy the .env.example file to .env and update the environment variables: cp .env.example .env Then, install the dependencies: npm install Then, run the development server: npm run dev