Community website for Svelte Society. The site will contain a component library list, a cookbook, tutorials, event information, talks etc.
The Svelte Society website is an open-source project that serves as a central hub for the Svelte community. It provides information about the framework, showcases Svelte projects, and offers resources for learning and connecting with others. The website aims to be a valuable resource for both newcomers and experienced Svelte developers.
To install the Svelte Society website, follow these steps:
git clone https://github.com/svelte-society/sveltesociety-2021.git
cd sveltesociety-2021
npm install
npm run dev
http://localhost:5000
to view the website.The Svelte Society website is a comprehensive platform that provides information, resources, and networking opportunities for the Svelte community. With its project showcase, learning resources, and community engagement features, the website serves as a valuable asset for both beginners and experienced Svelte developers. Installing the website is as easy as cloning the repository and running a few commands.