To run your Remix app locally, make sure your project's local dependencies are installed:
npm install
Copy .env.example file
cp -R .env.example .env.local
Afterwards, start the NextJs development server like so:
npm run dev
Open http://localhost:3000 with your browser to see the result.
Some example queries can be found here.