Move dependencies into package.json, remove hint, bootstrap files and introduce them as installable dependencies
Open
enhancement
good first issue
- Dominant language
- JavaScript
- Stars
- 2
- Forks
- 1
- PR merge metrics
- No merged PRs in 30d
Description
Right now dependencies like hint.min.css, bootstrap.min.css are all manually copied inside the repo.
A better way to do this would be to load them based on dependencies defined in package.json and load them through references.
Using something simple like gulp or even something like parcel should be enough as a build system
Contributor guide
Assessment
This issue has not been assessed yet.