refactor: massive USRPFP overhaul (#3)
This repo completely overhauls how USRPFP works. Some changes include: - Deleted some leftover files - Edited README.md a bit - Avatars and badges are now stored in `db/data.json` - CSS file (`db/dist.css`) is automatically generated by a GitHub workflow If you have questions, lmk
This commit is contained in:
parent
ea2d738175
commit
5a5d2c2a2b
14 changed files with 288 additions and 377 deletions
18
.github/scripts/pnpm-lock.yaml
generated
vendored
Normal file
18
.github/scripts/pnpm-lock.yaml
generated
vendored
Normal file
|
|
@ -0,0 +1,18 @@
|
|||
lockfileVersion: '6.0'
|
||||
|
||||
settings:
|
||||
autoInstallPeers: true
|
||||
excludeLinksFromLockfile: false
|
||||
|
||||
dependencies:
|
||||
uglifycss:
|
||||
specifier: ^0.0.29
|
||||
version: 0.0.29
|
||||
|
||||
packages:
|
||||
|
||||
/uglifycss@0.0.29:
|
||||
resolution: {integrity: sha512-J2SQ2QLjiknNGbNdScaNZsXgmMGI0kYNrXaDlr4obnPW9ni1jljb1NeEVWAiTgZ8z+EBWP2ozfT9vpy03rjlMQ==}
|
||||
engines: {node: '>=6.4.0'}
|
||||
hasBin: true
|
||||
dev: false
|
||||
Loading…
Add table
Add a link
Reference in a new issue