SukStack is a comprehensive index of development tools and technologies across the entire ecosystem.
- Clone this repository
- Install dependencies:
npm install- Start the development server:
npm run docs:devnpm run docs:dev- Start the development servernpm run docs:build- Build for productionnpm run docs:preview- Preview the production buildnpm run logo:download- Download logos for toolsnpm run generate:docs- Generate documentation pagesnpm run validate:data- Validate data files against schemasnpm run migrate:data- Migrate data to the new structure
data/- Tool data in JSON formatdocs/- VitePress documentation sitescripts/- Utility scripts for managing the indexschemas/- JSON schemas for data validationtemplates/- Template files for creating new entries
- Create a JSON file in the appropriate category directory
- Run the logo downloader:
npm run logo:download - Generate documentation:
npm run generate:docs - Preview your changes:
npm run docs:dev