This is a site template created with SvelteKit and Carbon Design System that is intended to build a documentation-style site as static assets.
It is built using:
carbon-components-svelte
This template requires a minimum of Node v18.17.0 to be installed.
First install dependencies via:
npm ci
Then, run the development server:
npm run dev
You can then open the dev site at http://localhost:5173 in your browser.
To create a production version of your app:
npm run build
This will build out static assets to the out
folder. You can preview the production build with:
npm run preview -- --open
This will open the prod build of the site in your browser at http://localhost:4174.
The currently configured adapter is for a static build. Read about more adapters here
To learn more about Next.js, take a look at the following resources: