Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Development #11

Merged
merged 4 commits into from
Aug 12, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 12 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,3 +27,15 @@ generate `licenses.json`.
```shell
license-checker --customPath lc-checker-format.json --json --out static/licenses.json
```

### Currently deployed version

```shell
docker run -d \
--name green-hell-maps \
--restart unless-stopped \
-e ORIGIN=https://green-hell-maps.daschi.dev \
ghcr.io/daschi1/green-hell-maps:1.0.0

docker network connect nginx green-hell-maps
```
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@
"@sveltejs/vite-plugin-svelte": "^3.1.1",
"@types/eslint": "^9.6.0",
"autoprefixer": "^10.4.20",
"dotenv": "^16.4.5",
"eslint": "^9.9.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-svelte": "^2.43.0",
Expand All @@ -34,7 +35,7 @@
"prettier": "^3.3.3",
"prettier-plugin-svelte": "^3.2.6",
"prettier-plugin-tailwindcss": "^0.6.6",
"svelte": "^5.0.0-next.216",
"svelte": "^5.0.0-next.217",
"svelte-check": "^3.8.5",
"sveltekit-search-params": "^3.0.0",
"tailwindcss": "^3.4.9",
Expand Down
111 changes: 60 additions & 51 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

12 changes: 10 additions & 2 deletions static/licenses.json
Original file line number Diff line number Diff line change
Expand Up @@ -154,6 +154,14 @@
"description": "Parse CSS and add vendor prefixes to CSS rules using values from the Can I Use website",
"copyright": "Copyright 2013 Andrey Sitnik <andrey@sitnik.ru>"
},
"dotenv@16.4.5": {
"licenses": "BSD-2-Clause",
"repository": "https://github.com/motdotla/dotenv",
"name": "dotenv",
"version": "16.4.5",
"description": "Loads environment variables from .env file",
"copyright": "Copyright (c) 2015, Scott Motte. All rights reserved."
},
"eslint-compat-utils@0.5.1": {
"licenses": "MIT",
"repository": "https://github.com/ota-meshi/eslint-compat-utils",
Expand Down Expand Up @@ -336,11 +344,11 @@
"description": "Svelte parser for ESLint",
"copyright": "Copyright (c) 2021 Yosuke Ota"
},
"svelte@5.0.0-next.216": {
"svelte@5.0.0-next.217": {
"licenses": "MIT",
"repository": "https://github.com/sveltejs/svelte",
"name": "svelte",
"version": "5.0.0-next.216",
"version": "5.0.0-next.217",
"description": "Cybernetically enhanced web apps",
"copyright": "Copyright (c) 2016-24 [these people](https://github.com/sveltejs/svelte/graphs/contributors)"
},
Expand Down