@fundar/data-scrolly-telling
v0.0.5
Published
A library for building scrollytelling experiences in Svelte in a declarative way.
Readme
data-scrolly-telling
A library for building scrollytelling experiences in Svelte in a declarative way.
⚙️ Requirements
- Node.js >= 18
- pnpm >= 8
Install pnpm if needed:
npm install -g pnpm🚀 Setup
Clone the repo and install dependencies:
# Preparation
pnpm install
# Development and Git workflow
git status
git add .
git commit -m "..."
# NPM workflow
npm login
npm version patch
npm publish --access public