First, download the packages using yarn
yarn install
Now create a .env
file in the project root and add your GLACIER_API_KEY
from AvaCloud Dashboard.
GLACIER_API_KEY=ac_rGIKESl9_9DWuLfJJQLSV5n...
Finally, run the development server:
yarn dev
Open http://localhost:3000 with your browser to see the result.
You can start editing the page by modifying app/page.tsx
. The page auto-updates as you edit the file.
To learn more about Glacier, take a look at the following resources:
- Glacier Data API Documentation - the Data API used in this course
- Glacier Webhook API Documentation - the Webhook API used in this course
- Glacier Metrics API Documentation - learn more about the Metrics API
- Glacier SDK Documentation - references for the AvaCloud SDK used in this course
To learn more about Next.js, take a look at the following resources:
- Next.js Documentation - learn about Next.js features and API.
- Learn Next.js - an interactive Next.js tutorial.
You can check out the Next.js GitHub repository - your feedback and contributions are welcome!