Parch Linux Official Website!
Find a file
dependabot[bot] 24bd172269
build(deps): bump body-parser and express
Bumps [body-parser](https://github.com/expressjs/body-parser) to 1.20.3 and updates ancestor dependency [express](https://github.com/expressjs/express). These dependencies need to be updated together.


Updates `body-parser` from 1.20.2 to 1.20.3
- [Release notes](https://github.com/expressjs/body-parser/releases)
- [Changelog](https://github.com/expressjs/body-parser/blob/master/HISTORY.md)
- [Commits](https://github.com/expressjs/body-parser/compare/1.20.2...1.20.3)

Updates `express` from 4.19.2 to 4.21.0
- [Release notes](https://github.com/expressjs/express/releases)
- [Changelog](https://github.com/expressjs/express/blob/4.21.0/History.md)
- [Commits](https://github.com/expressjs/express/compare/4.19.2...4.21.0)

---
updated-dependencies:
- dependency-name: body-parser
  dependency-type: indirect
- dependency-name: express
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-09-21 07:01:50 +00:00
.github add ci 2024-05-10 18:12:17 +03:30
public 2000 years later: favicon.ico fixed =/ 2024-07-28 20:55:46 +03:30
src updated mastodon link 2024-07-28 20:57:45 +03:30
.gitignore fix: remove yarn.lock and add to .gitignore 2024-05-11 21:36:16 +03:30
.prettierrc init official website by cloning vanillaos.org 2024-03-29 23:23:37 +03:30
Dockerfile fix: rename Containerfile to Dockerfile 2024-04-12 15:21:41 +03:30
env.d.ts init official website by cloning vanillaos.org 2024-03-29 23:23:37 +03:30
index.html fix: clear unnecessary scripts 2024-04-12 15:20:34 +03:30
LICENSE init official website by cloning vanillaos.org 2024-03-29 23:23:37 +03:30
package-lock.json build(deps): bump body-parser and express 2024-09-21 07:01:50 +00:00
package.json build(deps): bump body-parser and express 2024-09-21 07:01:50 +00:00
README.md fix: clean unnesessary console.log() calls 2024-05-11 21:36:56 +03:30
server.js init official website by cloning vanillaos.org 2024-03-29 23:23:37 +03:30
tsconfig.json init official website by cloning vanillaos.org 2024-03-29 23:23:37 +03:30
tsconfig.node.json init official website by cloning vanillaos.org 2024-03-29 23:23:37 +03:30
vite.config.ts init official website by cloning vanillaos.org 2024-03-29 23:23:37 +03:30

Parch Linux Official Website

Forked From Vanilla OS website.

Setup Development

npm install
npm run dev