Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rafaelcamargo/bordiple
CSS Multiple Border Generator
https://github.com/rafaelcamargo/bordiple
css generator multiple-border
Last synced: 10 days ago
JSON representation
CSS Multiple Border Generator
- Host: GitHub
- URL: https://github.com/rafaelcamargo/bordiple
- Owner: rafaelcamargo
- License: mit
- Created: 2023-05-27T14:48:44.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-06-18T01:36:59.000Z (5 months ago)
- Last Synced: 2024-06-18T23:55:37.472Z (5 months ago)
- Topics: css, generator, multiple-border
- Language: JavaScript
- Homepage: https://bordiple.rafaelcamargo.com
- Size: 989 KB
- Stars: 5
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Bordiple
> CSS Multiple Border Generator Tool[![CircleCI](https://dl.circleci.com/status-badge/img/gh/rafaelcamargo/bordiple/tree/main.svg?style=svg)](https://dl.circleci.com/status-badge/redirect/gh/rafaelcamargo/bordiple/tree/main)
[![Coverage Status](https://coveralls.io/repos/github/rafaelcamargo/bordiple/badge.svg?branch=main)](https://coveralls.io/github/rafaelcamargo/bordiple?branch=main)## Contributing
1. Install [Node](https://nodejs.org/en/). Download the "Recommend for Most Users" version.
2. Clone the repo:
``` bash
git clone [email protected]:rafaelcamargo/bordiple.git
```3. Go to the project directory
``` bash
cd bordiple
```4. Install the project dependencies
``` bash
npm install
```5. Check your changes running the command below and accessing `http://localhost:9000`:
``` bash
npm run start
```## Tests
1. In case you have changed any website behavior, ensure that all changes are covered with automated tests:
``` bash
npm run test
```2. You can optionally generate a coverage report while running tests:
``` bash
npm run test -- --coverage
```