corrected some typos
This commit is contained in:
parent
d660f9ea58
commit
4df89a5d3c
2 changed files with 2 additions and 2 deletions
|
@ -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" />
|
||||
|
||||
---
|
||||
|
||||
|
|
|
@ -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",
|
||||
|
|
Loading…
Reference in a new issue