The documentation of Cloudsmith.
If you are first getting started, please read the following guide:
Then refer to the following guides on how to manage the content of the website:
Make sure you’re running Node version 22.11.0 (LTS). Then install the dependencies.
pnpm iNext run the desired task
# Starts app and components in dev mode pnpm dev # Build the app pnpm build # Build the app pnpm start # Linting everything pnpm lint # Linting JS pnpm lint:js # Linting CSS pnpm lint:css # Linting CSS and fixing pnpm lint:css:fix # Download API schemas. Used in development mode to minimize the amount of requests to the API pnpm schemaNote
Only development mode is using Turbopack atm. This will change in the future when Turbopack supports build process. Be aware that Turbopack is the successor of Webpack meaning it's not 1:1 compatible.
- Next.js 15 using App Router