created by using
- node:
18.12.1
- npm:
8.19.3
In terminal,
- create
.env.local
or using commandtouch .env.local
- copy contents of
.env.example
into.env.local
with your RapidAPI Credentials
First, run the development server:
npm install
npm run dev
# or
yarn dev
# or
pnpm dev
Open http://localhost:3000 with your browser to see the result.