convenience

This commit is contained in:
Adam 2023-02-07 22:29:00 -05:00
parent 95ec946780
commit 3247fd6283
3 changed files with 6 additions and 6 deletions

5
package.json Normal file
View file

@ -0,0 +1,5 @@
{
"scripts": {
"frontend": "cd doordesk && npm install && npm run dev"
}
}

View file

@ -19,4 +19,4 @@ Cartman, Enigma - Own pages? Pinned projects?
- Post rank system
- Dynamic backgrounds/colors? How to animate?
```./start_frontend_ghetto```
```npm run frontend```

View file

@ -1,5 +0,0 @@
#!/bin/bash
cd doordesk &&
npm install &&
npm run dev