Skip to content

Latest commit

 

History

History
37 lines (24 loc) · 1.34 KB

README.md

File metadata and controls

37 lines (24 loc) · 1.34 KB

This is a Next.js project bootstrapped with create-next-app.

Setting up the Environment Variables

To use the DicoLink API in your project, you will need an API key from the DicoLink API. If you haven't already, you can get an API key by following the instructions on the DicoLink API documentation: https://api.dicolink.com/api/inscription

Once you have your API key, you need to configure the .env file at the root of your project. In a .env file you created, add the following:

REACT_APP_API_KEY=<your-cool-api-key>
REACT_APP_BASE_URL=https://api.dicolink.com/v1/mots

Make sure to replace <your-cool-api-key> with your actual API key.

Getting Started

First, run the development server:

npm run dev
# or
yarn dev
# or
pnpm dev

Open http://localhost:3000 with your browser to see the result.

This project uses next/font to automatically optimize and load Inter, a custom Google Font.

Learn More

To learn more about Next.js, take a look at the following resources: