Code Monkey home page Code Monkey logo

sveltesociety.dev's Introduction

Svelte Society Site

This repository contains the source code for the Svelte Society website. It is comprised of a couple of different pieces that are important to understand when contributing. TODO: Fill this in

Technologies used:

  • Routify
  • MDSveX
  • Cloudflare Worker Site

Contributing

Find an issue worth pursuing and pull down the repo. Run yarn followed by yarn dev. You can now access the site at localhost:5000.

If you want to expand the site or do larger work, such as adding new sections to the site, please come to the Discord and discuss it with us first. Otherwise you might be doing work that won't get merged and that's not fun for anyone!

Recipes

The recipes are written and processed using Mdsvex. Three helper components are provided, located in src/components/recipes that can be used to highlight certain parts of a recipe.

  • Warning Can be used to inform a reader of common pitfall or point to take extra care
  • Note To highlight something noteworthy
  • ReadMore Use this to wrap extra reading material related to the recipe

⚠️ Be aware that markdown inside of these components will not be processed. So, for instance when placing a link inside use normal HTML markup to do so. ⚠️

Example usage

---
title: Sample
---

<script>
  import ReadMore from '../../../components/recipes/ReadMore.svelte'
  import Warning from '../../../components/recipes/Warning.svelte'
</script>

This is regular text

<Warning>
    This is text within the block
</Warning>

<ReadMore>
  Click <a href="/">here</a> to read more about this.
</ReadMore>

sveltesociety.dev's People

Contributors

kevmodrome avatar swyxio avatar stephane-vanraes avatar macfja avatar zygen avatar chaitanyagadodia avatar cstrnt avatar silentworks avatar isaac-tait avatar peopledrivemecrazy avatar cainux avatar pchynoweth avatar idris-maps avatar anthonylegoas avatar antony avatar diepoe avatar babichjacob avatar jkatzer avatar robincsl avatar dummdidumm avatar jonasgeiler avatar wolfr avatar dependabot[bot] avatar aimlandweb avatar

Watchers

James Cloos avatar

Forkers

a7idundee

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.