corrected some typos

This commit is contained in:
zyachel 2022-03-19 17:45:37 +05:30
parent d660f9ea58
commit 4df89a5d3c
2 changed files with 2 additions and 2 deletions

View file

@ -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" />
---

View file

@ -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",