Open a terminal in your project folder and install the package via NPM:
npm i @neokit-dev/core@latest
Go to src/hooks.server.ts
, and re-export the handle
hook:
export { handle } from '@neokit-dev/core';
That's literally the entire setup.
You can continue by adding plugins now.
We have a list of all official and community plugins here: @neokit-dev/awesome