Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tiagoporto/sign-of-the-horns-single-div
Sign of the horns - Single div 🤘
https://github.com/tiagoporto/sign-of-the-horns-single-div
css css-animations css-art pure-css sign-of-the-horns single-div
Last synced: 3 months ago
JSON representation
Sign of the horns - Single div 🤘
- Host: GitHub
- URL: https://github.com/tiagoporto/sign-of-the-horns-single-div
- Owner: tiagoporto
- License: mit
- Created: 2014-12-12T19:19:52.000Z (about 10 years ago)
- Default Branch: main
- Last Pushed: 2024-04-01T04:24:47.000Z (9 months ago)
- Last Synced: 2024-10-05T13:08:57.358Z (3 months ago)
- Topics: css, css-animations, css-art, pure-css, sign-of-the-horns, single-div
- Language: SCSS
- Homepage: https://tiagoporto.github.io/sign-of-the-horns-single-div/
- Size: 2.65 MB
- Stars: 5
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## Status ✅
[![GitHub Actions Workflow Status](https://img.shields.io/github/actions/workflow/status/tiagoporto/sign-of-the-horns-single-div/ci.yaml?label=checks&style=flat-square)](https://github.com/tiagoporto/sign-of-the-horns-single-div/actions/workflows/ci.yaml)
## Demo 🚀
Access
## Inspiration 🎨
- [A Single Div](https://a.singlediv.com)
- [CSS Drawings](https://cssdrawings.com)## Stack 🧰
![Visual Studio Code](https://img.shields.io/badge/Visual%20Studio%20Code-0078d7.svg?style=for-the-badge&logo=visual-studio-code&logoColor=white)
![Node](https://img.shields.io/badge/Nodejs-%23339933.svg?style=for-the-badge&logo=node.js&logoColor=white)
![EditorConfig](https://img.shields.io/badge/EditorConfig-%23E0EFEF.svg?style=for-the-badge&logo=editorconfig&logoColor=black)
![Prettier](https://img.shields.io/badge/Prettier-1A2B34.svg?style=for-the-badge&logo=prettier)
![Lint Staged](https://img.shields.io/badge/Lint%20Staged-%23FFF.svg?style=for-the-badge)
![HUsky](https://img.shields.io/badge/Husky-%23161618.svg?style=for-the-badge)
![Vite](https://img.shields.io/badge/vite-%23646CFF.svg?style=for-the-badge&logo=vite&logoColor=white)
![Javascript](https://img.shields.io/badge/Javascript-%23F7DF1E.svg?style=for-the-badge&logo=javascript&logoColor=black)
![ESLint](https://img.shields.io/badge/ESLint-%234B32C3.svg?style=for-the-badge&logo=eslint&logoColor=white)
![HTML](https://img.shields.io/badge/HTML-%23E34F26.svg?style=for-the-badge&logo=html5&logoColor=white)
![SASS](https://img.shields.io/badge/SASS-hotpink.svg?style=for-the-badge&logo=SASS&logoColor=white)
![Stylelint](https://img.shields.io/badge/Stylelint-%231B3A4B.svg?style=for-the-badge&logo=stylelint&logoColor=white)
![PostCSS](https://img.shields.io/badge/PostCSS-%23DD3A0A.svg?style=for-the-badge&logo=postcss&logoColor=white)
![Remark](https://img.shields.io/badge/Remark-%230A0E0F.svg?style=for-the-badge&logo=remark&logoColor=d80303)
![Browserslist](https://img.shields.io/badge/Browserslist-%23FED538.svg?style=for-the-badge&color=%231D1D1D)
![GitHub Actions](https://img.shields.io/badge/github%20actions-%232671E5.svg?style=for-the-badge&logo=githubactions&logoColor=white)## Development ðŸ›
### Pre-requirements
- [git](https://git-scm.com)
- [nvm](https://github.com/nvm-sh/nvm)### Install node
```bash
nvm install
```### Install dependencies
```bash
npm install
```### Run development server
```bash
npm start
```## License 📄
This project is licensed under the [MIT License](LICENSE).