Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kjy5/artifact-meta-manager
Tool to manage the metadata of artifacts for my Honors Portfolio.
https://github.com/kjy5/artifact-meta-manager
material-ui portfolio-website react tool web
Last synced: 3 months ago
JSON representation
Tool to manage the metadata of artifacts for my Honors Portfolio.
- Host: GitHub
- URL: https://github.com/kjy5/artifact-meta-manager
- Owner: kjy5
- License: gpl-3.0
- Created: 2023-12-10T03:58:04.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-06-22T00:36:10.000Z (7 months ago)
- Last Synced: 2024-06-22T14:23:23.400Z (7 months ago)
- Topics: material-ui, portfolio-website, react, tool, web
- Language: TypeScript
- Homepage: https://kjy5.github.io/artifact-meta-manager/
- Size: 364 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- Contributing: .github/CONTRIBUTING.md
- License: LICENSE
- Code of conduct: .github/CODE_OF_CONDUCT.md
- Security: .github/SECURITY.md
Awesome Lists containing this project
README
# Artifact Meta Manager
[![Build Website](https://github.com/kjy5/artifact-meta-manager/actions/workflows/build.yml/badge.svg)](https://github.com/kjy5/artifact-meta-manager/actions/workflows/build.yml)
[![Deploy to GitHub Pages](https://github.com/kjy5/artifact-meta-manager/actions/workflows/deploy.yml/badge.svg)](https://github.com/kjy5/artifact-meta-manager/actions/workflows/deploy.yml)
[![Dependency Review](https://github.com/kjy5/artifact-meta-manager/actions/workflows/dependency-review.yml/badge.svg)](https://github.com/kjy5/artifact-meta-manager/actions/workflows/dependency-review.yml)
[![Reformat and Lint](https://github.com/kjy5/artifact-meta-manager/actions/workflows/reformat-and-lint.yml/badge.svg)](https://github.com/kjy5/artifact-meta-manager/actions/workflows/reformat-and-lint.yml)
[![CodeQL](https://github.com/kjy5/artifact-meta-manager/actions/workflows/github-code-scanning/codeql/badge.svg)](https://github.com/kjy5/artifact-meta-manager/actions/workflows/github-code-scanning/codeql)
[![DeepSource](https://app.deepsource.com/gh/kjy5/artifact-meta-manager.svg/?label=active+issues&show_trend=true&token=Cm9dfeqGlmlSHXIKQq8MeF-l)](https://app.deepsource.com/gh/kjy5/artifact-meta-manager/)Tool to manage the metadata of artifacts for
my [Honors Portfolio](https://kjy5.github.io/honors-portfolio/).Launch the tool [here](https://kjy5.github.io/artifact-meta-manager/).
## Development
1. Get the latest version of [Node.js](https://nodejs.org/en/) (LTS or Current).
2. Clone the repository.
3. `cd artifact-meta-manager`
4. `npm install`
5. `npm run dev`