corrected some typos
This commit is contained in:
parent
d660f9ea58
commit
4df89a5d3c
@ -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).
|
Inspired by projects like [teddit](https://codeberg.org/teddit/teddit), [nitter](https://github.com/zedeus/nitter) and [many others](#similar-projects).
|
||||||
|
|
||||||
<br/>
|
<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" />
|
||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
|
@ -8,7 +8,7 @@
|
|||||||
"sass:build": "sass views/sass/main.scss public/css/styles.css --style=compressed",
|
"sass:build": "sass views/sass/main.scss public/css/styles.css --style=compressed",
|
||||||
"prod": " (nodemon server.js) & (pnpm sass:watch)",
|
"prod": " (nodemon server.js) & (pnpm sass:watch)",
|
||||||
"dev": " (NODE_ENV=development 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",
|
"author": "libremdb-contributors",
|
||||||
"license": "AGPL-3.0-or-later",
|
"license": "AGPL-3.0-or-later",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user