You can set env variables in .env file
RPC_PROVIDER="wss://kusama-asset-hub-rpc.polkadot.io"
TOKEN_ID="1441" # TokenId for checking users balance
SECRET="ABCDE" # Secret for making JWT tokens
Run the development server:
npm run dev
# or
yarn dev
# or
pnpm dev
Open http://localhost:3000 with your browser to see the result.