mirror of
https://github.com/plankanban/planka.git
synced 2025-07-18 12:49:43 +02:00
Add start script for Docker image, pre-commit lint check, package.json scripts cleanup
This commit is contained in:
parent
5e17a4880a
commit
e0dee1efef
11 changed files with 1236 additions and 11 deletions
|
@ -51,6 +51,12 @@ Demo user: demo@demo.demo demo
|
|||
git clone https://github.com/plankanban/planka.git
|
||||
```
|
||||
|
||||
Root folder:
|
||||
|
||||
```
|
||||
npm install
|
||||
```
|
||||
|
||||
Server folder:
|
||||
|
||||
```
|
||||
|
@ -61,7 +67,7 @@ npm install
|
|||
npm run db:migrate
|
||||
npm run db:seed
|
||||
|
||||
npm run start:dev
|
||||
npm run start
|
||||
```
|
||||
|
||||
Client folder:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue