Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/carbon-design-system/carbon-badges
A site to apply for Carbon badges.
https://github.com/carbon-design-system/carbon-badges
Last synced: 3 months ago
JSON representation
A site to apply for Carbon badges.
- Host: GitHub
- URL: https://github.com/carbon-design-system/carbon-badges
- Owner: carbon-design-system
- License: apache-2.0
- Archived: true
- Created: 2020-07-31T19:40:58.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2022-07-11T17:42:47.000Z (over 2 years ago)
- Last Synced: 2024-04-27T02:33:28.015Z (6 months ago)
- Language: JavaScript
- Homepage: https://carbon-badges.vercel.app
- Size: 6.7 MB
- Stars: 4
- Watchers: 7
- Forks: 6
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-ibmcloud - carbon-badges - A site to apply for Carbon badges. (Carbon Design System)
README
# Carbon Badges
## Development
1. `yarn vercel:login` - First log in to Vercel so you can develop Vercel Serverless Functions locally by replicating the Vercel production environment with your localhost.
1. `yarn vercel` - Select the `Carbon Design System` scope and link to `carbon-design-system/carbon-badges`. This triggers a build, but just a preview deployment so production is unaffected.
1. `yarn vercel:env:pull` to have the Vercel CLI create your development `.env` file.
1. `yarn vercel:dev` - Runs `yarn dev` alongside Vercel functions.