Skip to content

Latest commit

 

History

History
18 lines (11 loc) · 686 Bytes

README.md

File metadata and controls

18 lines (11 loc) · 686 Bytes

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.