浏览代码

corrected some typos

zyachel 3 年之前
父节点
当前提交
4df89a5d3c
共有 2 个文件被更改,包括 2 次插入2 次删除
  1. 1 1
      README.md
  2. 1 1
      package.json

+ 1 - 1
README.md

@@ -5,7 +5,7 @@ A FOSS alternative front-end to IMDb.
 Inspired by projects like [teddit](https://codeberg.org/teddit/teddit), [nitter](https://github.com/zedeus/nitter) and [many others](#similar-projects).
 
 <br/>
-<img src="./public/img/misc/preview.png" title="dark mode showing lighthouse stats" width="1000" />
+<img src="./public/img/misc/preview.png" title="image showing matrix movie info on libremdb" width="1000" />
 
 ---
 

+ 1 - 1
package.json

@@ -8,7 +8,7 @@
     "sass:build": "sass views/sass/main.scss public/css/styles.css --style=compressed",
     "prod": " (nodemon server.js) & (pnpm sass:watch)",
     "dev": " (NODE_ENV=development nodemon server.js) & (pnpm sass:watch)",
-    "start": "(npm run sass:build) && (node server.js)"
+    "start": "(mkdir -p public/css) && (npm run sass:build) && (node server.js)"
   },
   "author": "libremdb-contributors",
   "license": "AGPL-3.0-or-later",