Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/masscodeio/snippet-collection
- Owner: massCodeIO
- License: cc-by-4.0
- Created: 2022-07-14T09:06:49.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2022-08-18T04:24:44.000Z (about 2 years ago)
- Last Synced: 2024-04-28T03:17:02.531Z (7 months ago)
- Topics: css, html, html-css, snippets
- Language: Vue
- Homepage: https://masscode.io/snippets
- Size: 269 KB
- Stars: 14
- Watchers: 3
- Forks: 5
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Code of conduct: CODE_OF_CONDUCT.md
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).