Skip to content

Commit

Permalink
🎨 frontend: updated entire design style
Browse files Browse the repository at this point in the history
  • Loading branch information
skillzl committed Nov 26, 2023
1 parent d29cf8e commit c687f6c
Show file tree
Hide file tree
Showing 22 changed files with 2,234 additions and 694 deletions.
811 changes: 795 additions & 16 deletions package-lock.json

Large diffs are not rendered by default.

7 changes: 5 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,8 @@
"main": "bot.js",
"scripts": {
"start": "node bot",
"deploy": "node deploy"
"deploy": "node deploy",
"build:css": "postcss public/stylesheets/tailwind.css -o public/stylesheets/style.css"
},
"repository": {
"type": "git",
Expand All @@ -24,12 +25,13 @@
"homepage": "https://github.com/skillzl/eres#readme",
"dependencies": {
"@discordjs/rest": "^1.7.1",
"autoprefixer": "^10.4.16",
"body-parser": "^1.20.0",
"canvas": "^2.11.2",
"common-tags": "^1.8.2",
"dayjs": "^1.11.8",
"discord.js": "^14.11.0",
"dotenv": "^16.1.4",
"dotenv": "^16.3.1",
"ejs": "^3.1.9",
"express": "^4.18.2",
"express-session": "^1.17.3",
Expand All @@ -39,6 +41,7 @@
"passport": "^0.6.0",
"passport-discord": "^0.1.4",
"path": "^0.12.7",
"tailwindcss": "^3.3.5",
"zlib": "^1.0.5"
},
"devDependencies": {
Expand Down
6 changes: 6 additions & 0 deletions postcss.config.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
module.exports = {
plugins: [
require ('tailwindcss'),
require ('autoprefixer'),
],
};
63 changes: 0 additions & 63 deletions public/css/custom.css

This file was deleted.

Binary file added public/static/coins-asset.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/static/eres-crop.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/static/eres-transparent.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/static/reputation-asset.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit c687f6c

Please sign in to comment.