First, create and add your initML api token in .env.local
NEXT_PUBLIC_API_KEY="<API_TOKEN>"
Run the development server:
# Do not forget to install dependencies
npm i
npm run dev
Open http://localhost:3000 with your browser.
This is a Next.js project bootstrapped with
create-next-app
.
Connect the with the outside world.
Powered by NextJS, all your logic about routing/layout... Can be found here. if you don't know the NextJS structure check the official documentation : https://nextjs.org/docs/app/building-your-application/routing
Here you will find all reusable components
Simplest atomic components.
More complex components that can be build with multiples atoms.
Complex logic components with business logic.