mirror of
https://framagit.org/framasoft/mobilizon.git
synced 2025-02-24 10:10:37 +00:00
5 lines
60 B
Bash
5 lines
60 B
Bash
|
#!/bin/bash
|
||
|
|
||
|
npm install
|
||
|
npm rebuild node-sass
|
||
|
npm run serve
|