mirror of
https://github.com/simplex-chat/simplex-chat.git
synced 2025-06-28 20:29:53 +00:00
10 lines
151 B
Bash
10 lines
151 B
Bash
|
#!/bin/bash
|
||
|
|
||
|
cp -R blog website/src
|
||
|
cp -R images website/src
|
||
|
rm website/src/blog/README.md
|
||
|
cd website
|
||
|
npm install
|
||
|
npm run build
|
||
|
npm run build-tailwind
|