mirror of
https://github.com/simplex-chat/simplex-chat.git
synced 2026-07-30 18:19:36 +00:00
10 lines
151 B
Bash
Executable File
10 lines
151 B
Bash
Executable File
#!/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
|