jscraftcamp / website

Website of the JSCraftCamp in Munich
https://jscraftcamp.org
48 stars 393 forks source link
barcamp cafters event javascript openspace

Netlify Status

JS CraftCamp - Website

Contributing:

Updated of package dependencies:

Start developing:

Use corepack enable to make sure you have the same package manager enabled as we use in the project (pnpm in the version set in package.json).

Scripts

After installing the dependencies (via pnpm install), run

Project Structure

The website is a static page that gets built through SvelteKit with their adapter-static. You can find the routes in the src/routes directory.

Every page is put in +page.svelte and may include additional components just for that page or reusable components or functions from the src/lib folder.