5 Commits

Author SHA1 Message Date
Dave Gallant
377afec5a4 npm upgrade 2024-08-16 15:19:56 -04:00
Dave Gallant
4a46533933 Update README.md 2024-08-16 14:43:27 -04:00
Dave Gallant
f6debb0329 Adjust colour of links 2024-08-16 14:38:58 -04:00
Dave Gallant
0c8fdd4f6c Add meta description 2024-08-16 14:22:26 -04:00
Dave Gallant
b320b153f4 Remove postcss 2024-08-16 14:22:14 -04:00
7 changed files with 3239 additions and 11694 deletions

View File

@@ -22,12 +22,12 @@ backend:
frontend: frontend:
@npm install @vue/cli-service @npm install @vue/cli-service
@npx vue-cli-service serve @npx vue-cli-service serve
.PHONY: server .PHONY: frontend
## dev: Build and run in docker compose ## dev: Build and run in docker compose
dev: dev:
docker compose up --build -d docker compose up --build -d
.PHONY: up .PHONY: dev
## prod: Run the latest images in docker compose ## prod: Run the latest images in docker compose
prod: prod:
@@ -35,7 +35,7 @@ prod:
@docker pull ghcr.io/davegallant/rfd-fyi-backend @docker pull ghcr.io/davegallant/rfd-fyi-backend
@docker pull ghcr.io/davegallant/rfd-fyi-frontend @docker pull ghcr.io/davegallant/rfd-fyi-frontend
@docker compose -f docker-compose.prod.yml up -d @docker compose -f docker-compose.prod.yml up -d
.PHONY: up .PHONY: prod
## teardown: Teardown docker ## teardown: Teardown docker
teardown: teardown:

View File

@@ -1,4 +1,4 @@
# rfd-fyi # rfd.fyi
This repository provides a simple, less-distracting overlay for hot deals posted on https://forums.redflagdeals.com. This repository provides a simple, less-distracting overlay for hot deals posted on https://forums.redflagdeals.com.

14912
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@@ -17,7 +17,6 @@
"cssnano": "^7.0.0", "cssnano": "^7.0.0",
"jquery": "^3.7.0", "jquery": "^3.7.0",
"moment": "^2.29.4", "moment": "^2.29.4",
"postcss": "^8.4.33",
"vue": "^3.3.4", "vue": "^3.3.4",
"vue-github-button": "^3.0.3", "vue-github-button": "^3.0.3",
"vue-gtag": "^2.0.1", "vue-gtag": "^2.0.1",

View File

@@ -1,7 +0,0 @@
module.exports = {
plugins: [
require('cssnano')({
preset: 'default',
}),
],
};

View File

@@ -4,6 +4,7 @@
<meta charset="utf-8" /> <meta charset="utf-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" /> <meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="viewport" content="width=device-width,initial-scale=1.0" /> <meta name="viewport" content="width=device-width,initial-scale=1.0" />
<meta name="description" content="An overlay of rfd deals" />
<link rel="icon" href="<%= BASE_URL %>favicon.png" /> <link rel="icon" href="<%= BASE_URL %>favicon.png" />
<link <link
rel="stylesheet" rel="stylesheet"

View File

@@ -15,7 +15,7 @@ html {
} }
a { a {
color: #83a598; /**/ color: #96ada5; /**/
} }
a:visited { a:visited {
color: #53514f; /**/ color: #53514f; /**/