CyCraft/pepicons
View on GitHubbuild: set up auto deploy `pepicons.com` and npm package CI
Open
#112 opened on Sep 9, 2022
0 comments (0 comments)0 reactions (0 reactions)0 assignees (0 assignees)TypeScript57 stars (57 stars)6 forks (6 forks)user submission
help wanted
Description
This issue does not include a description.
Contributor guide
- Tech stack
- typescriptshell
- Domain
- devopsci cdbuild system
- Issue type
- devops
- DifficultyEstimated implementation difficulty for a new contributor, from 1 for very small changes to 5 for expert-level work.
- 3
- Estimated timeA rough time range for an experienced contributor to investigate, implement, test, and prepare a pull request.
- 3-5 days
- Activity statusHow available the issue appears right now: fresh, active, stale, blocked, or waiting on maintainer input.
- stale
- ClarityHow clearly the issue explains the expected change, acceptance criteria, and next step.
- needs investigation
- Prerequisites
- familiarity with GitHub Actionsnpm package management
- Newbie friendlinessA 1-100 score estimating how approachable this issue is for first-time contributors.
- 35
- Research direction
- The issue body is empty, so the first step is to engage with the maintainer to clarify the desired CI workflow. Common approaches include using GitHub Actions to deploy the website to platforms like Vercel or Netlify and automating npm package publishing on tag pushes. Consider examining the existing project structure (e.g., package.json, scripts) to infer the build process. Look for any .github/workflows directory or references in other issues/PRs.