8 Commits

Author SHA1 Message Date
renovate[bot]
e16ba938c0 Merge bea32bc3b2 into 4a46533933 2024-08-16 15:05:51 -04:00
Dave Gallant
bea32bc3b2 Bump 2024-08-16 15:05:45 -04:00
Dave Gallant
0901010aff Fix lint issue 2024-08-16 15:01:35 -04:00
renovate[bot]
efd69575c3 Update dependency eslint to v9 2024-08-16 15:01:35 -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
8 changed files with 3374 additions and 11851 deletions

View File

@@ -1,4 +1,4 @@
FROM node:20.2.0-alpine3.16 as builder
FROM node:20.2.0-alpine3.16 AS builder
WORKDIR /app
@@ -10,7 +10,7 @@ COPY . .
RUN npm run build
FROM caddy:2.8.4-alpine as runtime
FROM caddy:2.8.4-alpine AS runtime
WORKDIR /my-site

View File

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

15198
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@@ -17,7 +17,6 @@
"cssnano": "^7.0.0",
"jquery": "^3.7.0",
"moment": "^2.29.4",
"postcss": "^8.4.33",
"vue": "^3.3.4",
"vue-github-button": "^3.0.3",
"vue-gtag": "^2.0.1",
@@ -32,7 +31,7 @@
"@vue/cli-plugin-babel": "~5.0.0",
"@vue/cli-plugin-eslint": "~5.0.0",
"@vue/cli-service": "^5.0.8",
"eslint": "^8.47.0",
"eslint": "^9.0.0",
"eslint-plugin-vue": "^9.17.0",
"postcss-cli": "^11.0.0"
},

View File

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

View File

@@ -4,6 +4,7 @@
<meta charset="utf-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<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="stylesheet"

View File

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