https://github.com/masscodeio/masscode.io
Official website of massCode
https://github.com/masscodeio/masscode.io
Last synced: 3 months ago
JSON representation
Official website of massCode
- Host: GitHub
- URL: https://github.com/masscodeio/masscode.io
- Owner: massCodeIO
- License: mit
- Created: 2020-01-10T10:32:03.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2024-05-09T05:13:25.000Z (about 1 year ago)
- Last Synced: 2025-04-12T02:14:47.784Z (3 months ago)
- Language: Vue
- Homepage: https://masscode.io
- Size: 1.26 MB
- Stars: 76
- Watchers: 3
- Forks: 67
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# masscode.io
The repository contains a landing page, documentation, and a collection of snippets.
## Development
```sh
# Install dependencies
pnpm i# Start development
pnpm run dev
```## Build
```sh
pnpm run build
```## Snippet Collection
Сommunity-driven snippet collection
- Visit our [website](https://masscode.io/snippets/) to view our snippet collection
## Contribution
To add new UI snippet
- Make a fork
- Install dependencies
- Run dev `pnpm run dev:ui-collection`
- Add snippet folder inside `/docs/.vitepress/snippets/ui` folder to one of the categories (subfolder) `/buttons`, `/checkboxes`, `/effects`, `/inputs`, `/loaders`, `/switches` similar to the previous ones. The folder name must be numeric with the increment step.
- Make PR## Licences
[MIT](https://github.com/massCodeIO/snippet-collection/blob/master/LICENSE).
All in `/docs/.vitepress/snippets` folder is under [CC-BY-4.0](https://github.com/massCodeIO/snippet-collection/blob/master/LICENSE-SNIPPETS).
Copyright (c) 2019-present, [Anton Reshetov](https://github.com/antonreshetov).