convenience
This commit is contained in:
parent
95ec946780
commit
3247fd6283
3 changed files with 6 additions and 6 deletions
5
package.json
Normal file
5
package.json
Normal file
|
@ -0,0 +1,5 @@
|
||||||
|
{
|
||||||
|
"scripts": {
|
||||||
|
"frontend": "cd doordesk && npm install && npm run dev"
|
||||||
|
}
|
||||||
|
}
|
|
@ -19,4 +19,4 @@ Cartman, Enigma - Own pages? Pinned projects?
|
||||||
- Post rank system
|
- Post rank system
|
||||||
- Dynamic backgrounds/colors? How to animate?
|
- Dynamic backgrounds/colors? How to animate?
|
||||||
|
|
||||||
```./start_frontend_ghetto```
|
```npm run frontend```
|
||||||
|
|
|
@ -1,5 +0,0 @@
|
||||||
#!/bin/bash
|
|
||||||
|
|
||||||
cd doordesk &&
|
|
||||||
npm install &&
|
|
||||||
npm run dev
|
|
Loading…
Add table
Reference in a new issue