mirror of
https://github.com/LukeHagar/sveltesociety.dev.git
synced 2025-12-06 04:21:38 +00:00
11d5ed5f1cfefcb5e2925f94e14e3235ce998bef
* Experiment with SSR and query params * Require all tags to be present * Fix when no query param present * Add tag links * Working add/remove tags * Fix templates route * Remove old category/tags selectors * Button style * More styling * Remove unused code * Remove @sindresorhus/slugify * Format and disable prerender * Improve css grid * Use searchParams.getAll * Replace itemsjs with filter/sort functions * Always show selected tags * Add data-sveltekit-noscroll * Move sortableFields to prop level * Simplify code * Fix sortArray for dates * Add an icon to clear filters * Convert tags to kebab-case * Add category to tags * Delete category field * Remove duplicated tags * Merge more tags
Svelte Society Website
Welcome to Svelte Society! This repository hosts the main website, which serves as a central index of events, a packages directory, as well as recipes and other useful resources.
Developing
In order to start a development server:
pnpm install
pnpm run dev
Contributing
If you would like to improve the site, you are very welcome to submit a PR! The website has a form which helps streamline adding your package or resource.
Please locally ensure your code passes pnpm run lint before submitting your PR. If you have Prettier formatting issues, please run pnpm run format.
Languages
Svelte
52.7%
JavaScript
29.8%
TypeScript
11.6%
CSS
5.4%
HTML
0.5%