My Svelte learning project that serves static files.
Accept
header.wget
you'll get the file itself.pnpm install
to download dependencies.env
, use .env.example
as a templatepnpm build:db
to prepare the cache databasepnpm build
to build the apppnpm start
or node .
cache/thumbnails
folder if you feel like itcache/cache.db
while the app is running and you have to run pnpm build:db
if you delete it.I made this project for myself and to learn Svelte. You probably shouldn't use it in production or elsewhere, but you can learn from it and use its parts in accordance to the license.
Copyright (C) 2022 Zhincore
This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.
This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
You should have received a copy of the GNU General Public License along with this program. If not, see https://www.gnu.org/licenses/.