- Make sure you have a valid Akash database first.
- Make sure you have a valid User database. If the user database is empty, the necessary tables will be created automatically.
- Run
npm installto install dependencies. - Start the app with
npm run dev.
The website should be accessible: http://localhost:3000/
This app uses Unleash for feature flagging. Locally, feature flagging can be bypassed by setting the environment variable NEXT_PUBLIC_UNLEASH_ENABLE_ALL=true in your .env.local file. This disables remote evaluation and treats all flags as enabled, which is useful for local development.
Please use the patched useFlag hook provided in this codebase to ensure consistent behavior when bypassing remote flag checks.
Target version: 53