Setup
You can install the dependencies manually, but it will be time consuming.
Solid Start + Anique Template
Astro + SolidJS + Anique Template
You must use our starter template, It includes working dependencies and everything
Manual Setup
Use Vite for development
Scroll down for library setupNPM
npm install @qinetik/anique
npm install @qinetik/emotion
Yarn
yarn add @qinetik/anique
yarn add @qinetik/emotion
Pnpm
pnpm add @qinetik/anique
pnpm add @qinetik/emotion
Github Packages
These packages are also available on Github Packages
We use github packages internally to publish packages for testing
Library Setup
Use Vite for development
Use tsup with tsup-preset-solid for bundling the library
Make sure @qinetik/anique @qinetik/emotion are peerDependencies
After Setup
Ensure it works, Import a component from @qinetik/emotion, Test development & Build a static site & then move on to theming