Skip to content

hassibmoddasser/storagekit-website

Repository files navigation

StorageKit Website

The marketing website for StorageKit, a Chrome extension for inspecting, editing, and managing browser storage.

Tech Stack

Getting Started

# Install dependencies
npm install

# Start the dev server
npm run dev

Open http://localhost:3000 to view the site.

Scripts

npm run dev       # Start development server
npm run build     # Build for production
npm run start     # Serve production build
npm run lint      # Run ESLint
npm run format    # Format code with Prettier

Project Structure

app/
├── privacy/          # Privacy policy page
├── globals.css       # Global styles and animations
├── layout.tsx        # Root layout with shared header
└── page.tsx          # Home page
components/           # Reusable UI components
assets/               # Static assets (logo, icons)
config/               # App configuration (fonts, etc.)
utils/                # Utility functions (cn, etc.)

License

GPL-3.0

Releases

No releases published

Packages

 
 
 

Contributors