Getting Started with Nelgifka
Welcome to the Reference Documentation
Master the essentials of the Nelgifka platform with our step-by-step guide. Whether you're a beginner or intermediate developer, this section covers everything you need to start building.
Start your journeyInstallation
Install Nelgifka using your preferred method:
Using CLI
Install via package manager
npm install @nelgifka/core
Using CDN
Add script to your HTML
<script src="https://cdn.nelgifka.com/v1/core.js"></script>
Need enterprise-grade deployment options? See our guide.
Configuration
Configure your project by adding the following to your config file:
/module.exports = { nelgifka: { apiKey: "your-api-key-here", autoUpdate: true, theme: "system" } }