chore: bootstrap local-first fork

This commit is contained in:
mikl 2026-08-10 19:16:48 +03:00
parent 558c3804f7
commit f3c2d40ab6
6 changed files with 25 additions and 70 deletions

File diff suppressed because one or more lines are too long

View file

@ -5,13 +5,16 @@
"main": "index.html",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "webpack --config webpack.dev.js --mode development",
"stage": "webpack --config webpack.stage.js --mode production",
"prod": "webpack --config webpack.prod.js --mode production"
"start": "npm run build:dev",
"build:dev": "NODE_OPTIONS=--openssl-legacy-provider webpack --config webpack.dev.js --mode development",
"stage": "NODE_OPTIONS=--openssl-legacy-provider webpack --config webpack.stage.js --mode production",
"prod": "NODE_OPTIONS=--openssl-legacy-provider webpack --config webpack.prod.js --mode production",
"serve": "python3 -m http.server 8766 --directory docs",
"local": "npm run prod && npm run serve"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Alba6rek/hollow-knight-silksong-completion-check.git"
"url": "ssh://git@git.iscg.dev:2222/mikl/hollow-knight-silksong-completion-check.git"
},
"keywords": [
"hollow",
@ -30,9 +33,9 @@
"author": "Michael ReznoR",
"license": "GPL-3.0",
"bugs": {
"url": "https://github.com/ReznoRMichael/hollow-knight-completion-check/issues"
"url": "https://git.iscg.dev/mikl/hollow-knight-silksong-completion-check/issues"
},
"homepage": "https://github.com/Alba6rek/hollow-knight-silksong-completion-check#readme",
"homepage": "https://git.iscg.dev/mikl/hollow-knight-silksong-completion-check",
"dependencies": {
"core-js": "^3.18.3"
},

View file

@ -7,10 +7,6 @@
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<link href="favicon.png" rel="icon">
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Cinzel&family=Heebo:wght@300;400;500;700&display=swap" rel="stylesheet">
<title>Save Completion Analyzer for Hollow Knight: Silksong Online</title>
<meta name="description"
@ -54,26 +50,11 @@
<div id="sub-title">for Hollow Knight: Silksong</div>
<p class="smalltext">
Local fork of the open-source Silksong Completion Analyzer.
<br>
<a class="link-social" href="https://github.com/Alba6rek/hollow-knight-silksong-completion-check" target="_blank"><i
class="simpleicon-github"></i>GitHub<i class="simpleicon-github"></i></a>
class="simpleicon-github"></i>Original Silksong fork</a>
</p>
<!--
<p class="smalltext">
<a class="link-social" href="https://www.paypal.me/ReznoRMichael" target="_blank"><i
class="simpleicon-paypal"></i>Support Analyzer and get Featured!<i class="simpleicon-paypal"></i></a>
<br>
<a class="link-social" href="https://steamcommunity.com/sharedfiles/filedetails/?id=2209910193" target="_blank"><i
class="simpleicon-steam"></i>Official Steam Guide</a>
<a class="link-social" href="https://www.instagram.com/reznor.technology/" target="_blank"><i
class="simpleicon-instagram"></i>Instagram</a>
<a class="link-social" href="https://www.youtube.com/c/MichaelReznoR" target="_blank"><i
class="simpleicon-youtube"></i>Youtube</a>
<a class="link-social" href="https://twitter.com/intent/follow?screen_name=ReznoRMichael" target="_blank"><i
class="simpleicon-twitter"></i>Twitter</a>
<a class="link-social" href="https://github.com/ReznoRMichael/hollow-knight-completion-check" target="_blank"><i
class="simpleicon-github"></i>GitHub</a>
<br>
-->
<!-- <a href="https://pastebin.com/raw/shfZ4Vqs" target="_blank">[ Decoded 5% Save Example ]</a><br> -->
@ -171,12 +152,13 @@
<div class="hall-of-fame-border">
<h6 class="hall-of-fame">In Memory</h6>
<h6 class="hall-of-fame">About this fork</h6>
<p class="smalltext">
In Memory of <a href="https://github.com/ReznoRMichael/hollow-knight-completion-check"
target="_blank">rezno[R]</a> for his hardwork and for everyone who support this community
This local-first fork preserves the original analyzer's attribution and GPL-3.0 license.
The Silksong analyzer is based on the work of <a href="https://github.com/ReznoRMichael/hollow-knight-completion-check"
target="_blank">ReznoR</a> and <a href="https://github.com/Alba6rek/hollow-knight-silksong-completion-check"
target="_blank">Alba6rek</a>.
</p>
</div>
@ -184,17 +166,12 @@
<div style="margin-bottom: 20px;"></div>
<p class="smalltext">
v0.2.0. Work-In-Progress. <!--Ideas &amp; Bug Reports: <a
href="https://steamcommunity.com/app/367520/discussions/0/2915472677711090083/" target="_blank"><i
class="simpleicon-steam"></i>Steam Discussions</a> <a
href="https://steamcommunity.com/sharedfiles/filedetails/?id=2209910193" target="_blank"><i
class="simpleicon-steam"></i>Steam Guide</a>.--><br>
Programmed, written and created by 🉑 <a href="https://github.com/ReznoRMichael/hollow-knight-completion-check"
target="_blank">rezno[R]</a> &copy; 20202022<br>
Redesigned by <a href="https://github.com/Alba6rek/hollow-knight-silksong-completion-check"
target="_blank">Alba6rek</a> &copy; 2025<br>
<a href="https://store.steampowered.com/app/1030300/Hollow_Knight_Silksong/" target="_blank">Hollow Knight: Silksong</a> by <a
href="https://teamcherry.com.au/" target="_blank">Team Cherry</a> &copy; 20172025<br>
Local fork, currently based on v0.2.0. See the repository README for development notes.<br>
Original analyzer by <a href="https://github.com/ReznoRMichael/hollow-knight-completion-check"
target="_blank">ReznoR</a> and Silksong fork by <a href="https://github.com/Alba6rek/hollow-knight-silksong-completion-check"
target="_blank">Alba6rek</a>, released under GPL-3.0.<br>
<a href="https://store.steampowered.com/app/1030300/Hollow_Knight_Silksong/" target="_blank">Hollow Knight: Silksong</a> by <a
href="https://teamcherry.com.au/" target="_blank">Team Cherry</a>.
</p>
</div> <!-- end content -->

View file

@ -1,5 +1,4 @@
// Handle cookies
// require("./cookies.js");
// This fork is local-first: analytics and cookie consent are intentionally disabled.
// CSS
// require("../css/cookieconsent.css");

View file

@ -31,14 +31,6 @@ module.exports = {
filename: 'index.html',
favicon: "./src/favicon.png"
}),
new HtmlWebpackPartialsPlugin({
path: './src/partials/cookiealert.html',
location: 'head',
priority: 'high',
options: {
mainColor: "#59d1da"
}
})
],
module: {
rules: [{

View file

@ -53,22 +53,6 @@ module.exports = {
minifyCSS: true,
},
}),
new HtmlWebpackPartialsPlugin({
path: './src/partials/analytics.html',
location: 'head',
priority: 'high',
options: {
ga_property_id: 'UA-136831794-2'
}
}),
new HtmlWebpackPartialsPlugin({
path: './src/partials/cookiealert.html',
location: 'head',
priority: 'high',
options: {
mainColor: "#59d1da"
}
}),
new CssMinimizerPlugin(),
],
module: {