@neokit-dev/core
v3.1.0
Published
## Installation
Downloads
495
Readme
ℕ𝕖𝕠𝕂𝕚𝕥 Core
Installation
Open a terminal in your project folder and install the package via NPM:
npm i @neokit-dev/core@latest
Setup
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.
Plugins
We have a list of all official and community plugins here: @neokit-dev/awesome