Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/masscodeio/snippet-collection

This repository is no longer actual, development of snippets has moved to https://github.com/massCodeIO/masscode.io
https://github.com/masscodeio/snippet-collection

css html html-css snippets

Last synced: 10 days ago
JSON representation

This repository is no longer actual, development of snippets has moved to https://github.com/massCodeIO/masscode.io

Awesome Lists containing this project

README

        

# massCode Snippet Collection

> This repository is no longer actual, development of snippets has moved to https://github.com/massCodeIO/masscode.io

Сommunity-driven snippet collection

- Visit [our website](https://masscode.io/snippets) to view our snippet collection.
- Click on each snippet card to view the whole snippet including code.
- Copy / Edit.
- If you like the project, give it a star. It means a lot to the people maintaining it.

## Development

```bash
# Install dependencies
pnpm i
# or
npm i

# Start dev
pnpm run dev
# or
npm run dev
```

## Contribute

To add new snippet

- Make a fork.
- Use the [Snippet Template](/snippet-template.md) to add new snippets to the collection.
- Add the snippet inside `/content` folder to one of the categories: `buttons`, `checkboxes`, `effects`, `inputs`, `loaders`, `switches` using a template. The file name must be numeric with the increment step.
- Make a PR.

## Licence

[CC-BY-4.0](https://github.com/massCodeIO/snippet-collection/blob/master/LICENSE)

Copyright (c) 2019-present, [Anton Reshetov](https://github.com/antonreshetov).